-
Notifications
You must be signed in to change notification settings - Fork 44
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
bug identified in development branch #628
Comments
Oh that's surprising to see. There is a GH workflow that runs the yaml conversion check. It looks like when the test fails the workflow still passes - have a look at the step Run conversion script for this workflow ron on the merged PR. Looking back through the results, the problem might have been introduced in #606. |
My suggestion is that the fix should also include a change in the test such that when it fails the action also fails. After this, the fix of the yaml file should be committed, and we should see the workflow pass. |
it errors in the check, but didnot fail in the action: {�Index exceeds the number of array elements (13087). Error in exportYaml>writeField (line 190) Error in exportYaml (line 86) Error in testYamlConversion (line 25) Error in run (line 91) @haowang-bioinfo maybe you can fix this? |
yes indeed, I observed similar cases before, i.e.
yes, working on this |
this error is neither from #606 nor #619, really not sure where was it introduced. A plausible reason might be various external dependencies that have been changing all the time |
Based on the merged pull requests I will close this issue, please re-open if needed. |
import and export cycle gives an error:
This is due to the subsystems length is different with other rxn related field.
The text was updated successfully, but these errors were encountered: