Skip to content

Commit 5a198e5

Browse files
committed
Fixed trimming in MC_AI_dataset_creation application
1 parent ca9cb74 commit 5a198e5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

gui_applications/stdatalog_mc/AI/dataset_creation_utilities/MC_AI_dataset_creation.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@ def MC_AI_dataset_creation(main_folder, message_signal):
111111
# Create datasets from the trimmed data
112112
dataset_creation(fmc_data_trimmed, fmc_time_trimmed, acc_data_trimmed, acc_time_trimmed, cf_path, message_signal)
113113

114-
fmc_timestamp = fmc_timestamp[fmc_end_index::]
115-
fmc_data = fmc_data[fmc_end_index::]
116-
acc_timestamp = acc_timestamp[acc_end_index::]
117-
acc_data = acc_data[acc_end_index::]
118-
119114
# After generating all files, correct the length of all class_file_path CSVs
120115
if class_file_paths:
121116
truncate_csv_files_to_min_length(class_file_paths)

0 commit comments

Comments
 (0)