-
Notifications
You must be signed in to change notification settings - Fork 0
Record executions on all CRN #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
Conversation
Dev Run via ``` hatch run scoring record-executions --log-level DEBUG --stdout ``` Warning WIP not finished. At the moment it only check a subset to be faster but the main logic is there TODO: Filter diagnostic vm
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.
I think that you modified things for testing and committed the changes without reverting them. Please review the PR again.
|
Also the PR don't pass the CI |
Actually the CI was not passing before already. Seem it got broken long before, I think by this commit in 2024 7491cf1 |
c8e9ae1 to
bf74d29
Compare
|
@nesitor I have fixed the CI (fixed the configuration , the linting and the errors) |
e15d1b0 to
f5682e7
Compare
f5682e7 to
df7b213
Compare
Dev Run via