Skip to content

Commit 5a2ae5e

Browse files
MichaelHutht-b
authored andcommitted
Tests: Always attempt to recreate Epochs in TestExportingDataToNWB
1 parent a49d333 commit 5a2ae5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/tests/HistoricData/UTF_AttemptNWB2ExportOnOldData.ipf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ static Function TestExportingDataToNWB([string str])
1414
PathInfo home
1515
templateName = S_path + GetBaseName(str)
1616
// attempt export
17-
NWB_ExportAllData(nwbVersion, overrideFileTemplate = templateName, writeStoredTestPulses = 1, writeIgorHistory = 1)
17+
NWB_ExportAllData(nwbVersion, overrideFileTemplate = templateName, writeStoredTestPulses = 1, writeIgorHistory = 1, recreateEpochs = 1)
1818

1919
CHECK_NO_RTE()
2020

0 commit comments

Comments
 (0)