Skip to content

Commit

Permalink
Name sample data
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Jan 3, 2025
1 parent 539851f commit 0a99360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brainglobe_registration/napari.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contributions:
title: Sample Data
sample_data:
- command: brainglobe-registration.load_sample
display_name: Sample Data
display_name: 2D coronal mouse brain section
key: example
widgets:
- command: brainglobe-registration.make_registration_widget
Expand Down
2 changes: 1 addition & 1 deletion brainglobe_registration/sample_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ def load_sample_data() -> List[LayerData]:
files("brainglobe_registration").joinpath("resources/sample_hipp.tif")
)

return [(imread(path), {"name": "Sample Data"})]
return [(imread(path), {"name": "2D coronal mouse brain section"})]

Check warning on line 21 in brainglobe_registration/sample_data.py

View check run for this annotation

Codecov / codecov/patch

brainglobe_registration/sample_data.py#L21

Added line #L21 was not covered by tests

0 comments on commit 0a99360

Please sign in to comment.