Skip to content

Commit

Permalink
renable cache and add one test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Jul 25, 2024
1 parent 48f7cba commit 876683a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests/test_brainmapper/test_transform_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,10 @@ def test_initialise_brainreg_data(


def test_get_downsampled_space(transformation_widget_with_data):
downsampled_space =
transformation_widget_with_data.get_downsampled_space()
downsampled_space = transformation_widget_with_data.get_downsampled_space()
assert downsampled_space.origin_string == ATLAS_ORIENTATION


#
# def test_get_raw_data_space(transformation_widget_with_data):
# raw_data_space = transformation_widget_with_data.get_raw_data_space()
Expand Down

0 comments on commit 876683a

Please sign in to comment.