Skip to content

Commit

Permalink
Merge pull request #740 from NeurodataWithoutBorders/more_pyinstaller…
Browse files Browse the repository at this point in the history
…_fixes

More debugging and testing pipelines
  • Loading branch information
CodyCBakerPhD authored Apr 11, 2024
2 parents 242d92a + 472c4f3 commit 3a1e8e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion guide_testing_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ pipelines:
CellExplorerRecordingInterface:
folder_path: ephy_testing_data/cellexplorer/dataset_4/Peter_MS22_180629_110319_concat_stubbed


CellExplorerUnits:
CellExplorerRecordingInterface:
folder_path: ephy_testing_data/cellexplorer/dataset_4/Peter_MS22_180629_110319_concat_stubbed
Expand All @@ -48,3 +47,12 @@ pipelines:
IntanSingleFileRecording:
IntanRecordingInterface:
file_path: ephy_testing_data/intan/intan_rhd_test_1.rhd

BrukerTiffMultiChannelSinglePlane:
BrukerTiffSinglePlaneConverter:
folder_path: ophys_testing_data/imaging_datasets/BrukerTif/NCCR32_2023_02_20_Into_the_void_t_series_baseline-000

DeepLabCut:
DeepLabCutInterface:
file_path: behavior_testing_data/DLC/m3v1mp4DLC_resnet50_openfieldAug20shuffle1_30000.h5
config_file_path: behavior_testing_data/DLC/config.yaml
3 changes: 2 additions & 1 deletion nwb-guide.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ tmp_ret = collect_all('tifffile')
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
tmp_ret = collect_all('dlc2nwb')
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]

tmp_ret = collect_all('ndx-pose')
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]

block_cipher = None

Expand Down

0 comments on commit 3a1e8e6

Please sign in to comment.