Skip to content

Commit 3a1e8e6

Browse files
Merge pull request #740 from NeurodataWithoutBorders/more_pyinstaller_fixes
More debugging and testing pipelines
2 parents 242d92a + 472c4f3 commit 3a1e8e6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

guide_testing_suite.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ pipelines:
3838
CellExplorerRecordingInterface:
3939
folder_path: ephy_testing_data/cellexplorer/dataset_4/Peter_MS22_180629_110319_concat_stubbed
4040

41-
4241
CellExplorerUnits:
4342
CellExplorerRecordingInterface:
4443
folder_path: ephy_testing_data/cellexplorer/dataset_4/Peter_MS22_180629_110319_concat_stubbed
@@ -48,3 +47,12 @@ pipelines:
4847
IntanSingleFileRecording:
4948
IntanRecordingInterface:
5049
file_path: ephy_testing_data/intan/intan_rhd_test_1.rhd
50+
51+
BrukerTiffMultiChannelSinglePlane:
52+
BrukerTiffSinglePlaneConverter:
53+
folder_path: ophys_testing_data/imaging_datasets/BrukerTif/NCCR32_2023_02_20_Into_the_void_t_series_baseline-000
54+
55+
DeepLabCut:
56+
DeepLabCutInterface:
57+
file_path: behavior_testing_data/DLC/m3v1mp4DLC_resnet50_openfieldAug20shuffle1_30000.h5
58+
config_file_path: behavior_testing_data/DLC/config.yaml

nwb-guide.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ tmp_ret = collect_all('tifffile')
4646
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
4747
tmp_ret = collect_all('dlc2nwb')
4848
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
49-
49+
tmp_ret = collect_all('ndx-pose')
50+
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
5051

5152
block_cipher = None
5253

0 commit comments

Comments
 (0)