-
Notifications
You must be signed in to change notification settings - Fork 8
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
Chaos #45
Conversation
Can one of the admins verify this patch? |
ok to test
…On Thu, Jun 6, 2024, 16:26 ratt-priv-ci ***@***.***> wrote:
Can one of the admins verify this patch?
—
Reply to this email directly, view it on GitHub
<#45 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB4RE6XM6DVTZXA5TH37OIDZGBWRHAVCNFSM6AAAAABI43J6A6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJSGY3TSMBRGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Have these CI tests ever passed before? |
Passed for release I guess, but it's a little puzzling the failure now. Has the linter been improved or something? Are these legit errors it's picking up? Sorry, no time to look at the code today, but I can check on Monday. |
Yup, the errors are legit. But they are minor "undefined variable" type things that I can take care of. |
Jenkins tests need to pass (and has been passing the monthly cronjob) - I test it against a full simulation and MT installation. Current breakage:
|
I don't have access to the Jenkins test, but the tests in the |
This test is uses a system with Python 3.6, which is not supported. The tests should be run on an appropriate environment. |
As far as I can see the test on GH only checks the very basic conversion scripts, not numerical accuracy (which is covered in the full simulation). |
Noted. Let's keep it the tests, but please update the Python to a more recent version, say 3.10. |
Can possibly base off this: https://github.com/ratt-ru/meqtrees-timba/blob/master/.ci/ubuntu22.04.docker |
Yup. Much better, I'll make the updates |
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.
LGTM
No description provided.