-
Notifications
You must be signed in to change notification settings - Fork 18
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
Staging fix relations #1455
Staging fix relations #1455
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pull request #1455 has too many files changed.
We can only review pull requests with up to 300 changed files, and this pull request has 371.
This issue can not be reproduced on windows, but comes up on linux See: https://github.com/glotaran/pyglotaran/actions/runs/9245862031/job/25432763696?pr=1455 glotaran/plugin_system/project_io_registration.py:329: error: "Scheme" has no attribute "source_path" [attr-defined] glotaran/plugin_system/project_io_registration.py:355: error: "Result" has no attribute "source_path" [attr-defined] glotaran/plugin_system/project_io_registration.py:408: error: "Result" has no attribute "source_path" [attr-defined]
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed ok, tested that it fixes issues #1429 reported by my.
Some comments:
- The nix related files are unrelated to the fix
- Some mypy issues in project_io_registration were fixed, unrelated to this fix.
- Some commented code was left around (in project_io_registration.py) unrelated to this fix, to be cleaned up later.
- 🧪 Added test for optimization with clp constraints. - 🩹Fixed not copying when reducing matrices in result calculation. - 🧰🩹 Quickfix mypy issue - 🧰⬆️ Update nix flakes --------- Co-authored-by: s-weigand <[email protected]>
fixes #1429