-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Issue Description:
An issue has been identified where unexpected behavior can arise if the "TIME" column in the experiment file is not in chronological order. Currently, when the "TIME" column is out of sequence, the execution of the program may deviate from user expectations.
Steps to Reproduce:
Create or modify an experiment file with the "TIME" column entries not arranged in ascending order;
Run the program using this experiment file.
Expected Behavior:
The software should include a validation mechanism that checks the order of entries in the "TIME" column before processing the experiment file. If the "TIME" column is identified as being out of order, the software should warn the user. Furthermore, the software should present the user with an option to automatically rearrange the experiment file data to conform to ascending order, thereby ensuring consistent and accurate data processing.