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

Problems on prediction_plot.py #2

Open
AlejandroGorgues opened this issue Feb 3, 2025 · 0 comments
Open

Problems on prediction_plot.py #2

AlejandroGorgues opened this issue Feb 3, 2025 · 0 comments

Comments

@AlejandroGorgues
Copy link

While executing prediction_plot.py I found out two issues:

  1. If I want to enable the deterministc option, I need the model attribute front_obj_thresholds. I found out that this key was initialized while executing plot_performance_diagrams.py on a old commit, and the current commit does not contains any option for that.
  2. In the past I added the option for the calibration on this script, where the execution of the calibration script calibrate_model.py was needed. The problem is that in the statistics folder of the model, only exist spatial and temporal ncs, making not possible to calibrate as the script loads the full nc that the generate_performance_stats.py was creating in the past.

I solved the first one by adding the code from the older commit, however I cannot do it with the calibration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant