Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Order Issue with "TIME" Column in Experiment File #5

Open
ytcsc opened this issue Aug 19, 2023 · 0 comments
Open

Data Order Issue with "TIME" Column in Experiment File #5

ytcsc opened this issue Aug 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ytcsc
Copy link
Owner

ytcsc commented Aug 19, 2023

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.

@ytcsc ytcsc added the enhancement New feature or request label Aug 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant