Skip to content

Commit 5da6e9c

Browse files
got rid of epocs corresponds to multiple events
1 parent 6ab152c commit 5da6e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GuPPy/readTevTsq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def readtev(data, filepath, event, outputPath):
345345

346346
save_dict_to_hdf5(S, event, outputPath)
347347

348-
check_data(S, filepath, event, outputPath)
348+
#check_data(S, filepath, event, outputPath)
349349

350350
print("Data for event {} fetched and stored.".format(event))
351351
insertLog("Data for event {} fetched and stored.".format(event), logging.INFO)

0 commit comments

Comments
 (0)