https://github.com/unit8co/darts
Raw File
Tip revision: 3cdbe98fccb64e9083d8cf8b12272f4249de4c81 authored by madtoinou on 17 January 2024, 14:32:24 UTC
Merge branch 'master' into example/anomaly_detection_example
Tip revision: 3cdbe98
pytest.ini
[pytest]
addopts = --strict-markers
markers =
    slow: marks tests as slow (deselect with '-m "not slow"')
back to top