ResearchOS / Biomech-Analysis-Platform-MATLAB

A GUI-based operating system framework to facilitate biomechanical data analysis. This platform attempts to manage the non-scientific part of coding without restricting the direction or method of scientific analysis.
MIT License
4 stars 0 forks source link

When adding run order to a new node, search through all other nodes and increment +1 to run orders >= the newly added node. #109

Open mtillman14 opened 1 year ago

mtillman14 commented 1 year ago

In this way, run orders should always stay unique, unless manually adjusting them.

mtillman14 commented 1 year ago

Even increment the run orders that are on other branches! That's the key to ensuring unique run order numbers.