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
If the files had different length, the script prints errors, but was not
returning errors. This returns the correct exit flag.
We also update the message to make it easier to find the comment and try
to avoid duplicate CompareMPS messages.
Finally, we clarify that forks won't have the messages.
Closes#1188
Copy file name to clipboardExpand all lines: docs/src/91-developer.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -588,7 +588,7 @@ When creating a pull request, the workflow `CompareMPS.yml` will run the compari
588
588
2. **Unexpected failure**: If you made modifications that were not supposed to change the model, then you need to investigate what happened. Use the MPS difference to debug what you have done. There is no easy fix for this. If you think there are bugs in the comparison script, discuss with your PR reviewer and open an issue if necessary.
589
589
590
590
!!! warning
591
-
The comparison workflow only writes PR comments if the branch is made from within `TulipaEnergyModel`. To see the log online in that case, you have to open the GitHub action log, or run the comparison locally, as explained in the previous section.
591
+
The comparison workflow only writes PR comments if the branch is made from within `TulipaEnergyModel` (i.e., not from forks). To see the log online in that case, you have to open the GitHub action log, or run the comparison locally, as explained in the previous section.
592
592
593
593
## Procedure for Releasing a New Version (Julia Registry)
0 commit comments