Skip to content
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

-sce calibrate flag not working #945

Open
brunofavs opened this issue May 6, 2024 · 0 comments
Open

-sce calibrate flag not working #945

brunofavs opened this issue May 6, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@brunofavs
Copy link
Collaborator

Due to removing the "output_folder" key from argparse this functionality broke.

with open(args['output_folder'] + '/calibration_errors.csv', 'w', newline='') as f_output:

I did a small hotfix just to get it working, I will fix it properly before merging to main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant