Skip to content

Commit

Permalink
[test] Add check for credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Aug 16, 2024
1 parent cb5d477 commit b84be8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/npc_sessions/trials/TaskControl/DynamicRouting1.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ class DynamicRouting1(TaskControl):
>>> for trial in obj.to_add_trial(): # doctest: +SKIP
... nwb_file.add_trial(**trial)
>>> import upath
>>> upath.UPath('s3://aind-ephys-data/ecephys_670248_2023-08-03_12-04-15/behavior/DynamicRouting1_670248_20230803_123154.hdf5').exists()
False
>>> trials = DynamicRouting1('s3://aind-ephys-data/ecephys_670248_2023-08-03_12-04-15/behavior/DynamicRouting1_670248_20230803_123154.hdf5')
>>> assert not trials.to_dataframe().empty
"""
Expand Down

0 comments on commit b84be8c

Please sign in to comment.