You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests for pruning introduced a set of fixtures that are randomly generated skeletons which are then dilated to give corresponding heights (this gives us a "ground truth" as to what the skeleton that is being calculated by the methods was originally).
In developing tests for the height profiles I realised it would be useful to have similar examples to use in the tests. However, these were written in tests/tracing/conftest.py and aren't found when writing tests under tests/measure/test_height_profiles.py.
For now I've copied the relevant code into tests/conftest.py but after #748 is closed and before #800 is merged it would be useful to move tests/tracing/conftest.py fixtures to tests/conftest.py (this could be done on the ns-rse/818-tests-pruning branch).
The text was updated successfully, but these errors were encountered:
Closes#843
Fixtures generated under `tests/tracing/conftest.py` are now generated under `tests/conftest.py` so that they are
available for other tests (at this point `tests/measure/test_height.py` that is in development).
Tests for pruning introduced a set of fixtures that are randomly generated skeletons which are then dilated to give corresponding heights (this gives us a "ground truth" as to what the skeleton that is being calculated by the methods was originally).
In developing tests for the height profiles I realised it would be useful to have similar examples to use in the tests. However, these were written in
tests/tracing/conftest.py
and aren't found when writing tests undertests/measure/test_height_profiles.py
.For now I've copied the relevant code into
tests/conftest.py
but after #748 is closed and before #800 is merged it would be useful to movetests/tracing/conftest.py
fixtures totests/conftest.py
(this could be done on thens-rse/818-tests-pruning
branch).The text was updated successfully, but these errors were encountered: