Skip to content

Commit 342f5ad

Browse files
committed
Update test workflow and notebook outputs
Commented out the Phoenix notebook and updated the synthetic data processing notebook path in the test workflow. Added warning outputs to cells in run_ts_example.ipynb to reflect recent execution results.
1 parent 87af8a2 commit 342f5ad

2 files changed

Lines changed: 100 additions & 109 deletions

File tree

.github/workflows/test_environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,14 @@ jobs:
123123
'src/make_mth5/make_mth5_from_lemi.ipynb',
124124
'src/make_mth5/make_mth5_from_metronix.ipynb',
125125
'src/make_mth5/make_mth5_from_nims.ipynb',
126-
'src/make_mth5/make_mth5_from_phoenix_real.ipynb',
126+
# 'src/make_mth5/make_mth5_from_phoenix_real.ipynb',
127127
'src/make_mth5/make_mth5_from_z3d.ipynb',
128128
'src/mth5_objects/channel_ts_example.ipynb',
129129
'src/mth5_objects/filters_example.ipynb',
130130
'src/mth5_objects/remove_instrument_response_example.ipynb',
131131
'src/mth5_objects/run_ts_example.ipynb',
132132
'src/mth5_objects/transfer_function_example.ipynb',
133-
'src/processing/synthetic_data_processing_example.ipynb',
133+
'src/processing/synthetic_data_processing_aurora.ipynb',
134134
]
135135
136136
for nb in notebooks_to_run:

0 commit comments

Comments
 (0)