Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Jan 3, 2025
1 parent 9bab191 commit 562ce3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aind_session/extensions/smartspim_neuropixels.py
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ def state_json_data_assets(self) -> tuple[codeocean.data_asset.DataAsset, ...]:
Examples
--------
>>> subject = aind_session.Subject(717381)
>>> subject.neuroglancer.state_json_assets[0].name
>>> subject.neuroglancer.state_json_data_assets[0].name
'SmartSPIM_717381_2024-07-03_10-49-01_neuroglancer-state_2024-08-16_23-15-47'
"""
# name is coupled with NeuroglancerState.get_new_file_name()
Expand Down

0 comments on commit 562ce3a

Please sign in to comment.