SiEPIC / SiEPIC_testcreator

A graphical user inferface to allow users to create and format their own YAML files for testing with UBC and DreamLab probe stations
MIT License
1 stars 4 forks source link

duplicate code for sequence_runtime_check #4

Open lukasc-ubc opened 1 month ago

lukasc-ubc commented 1 month ago

@JymBone5

I notice that sequence_runtime_check() appears as a duplicate in both sequencecreator.py, and yamlcheck.py. I suggest moving most of the calculations out of the GUI code from the logic code. So the GUI should refer to yamlcheck.sequence_runtime_check().

Thank you

lukasc-ubc commented 1 month ago

I have made some progress on this.