You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: