Closed taldcroft closed 2 years ago
@taldcroft https://github.com/sot/xija/pull/127
@taldcroft I think what's happening is that for the HRC model we are only fitting over ~100 days or even less, which means it executes very fast. When it tries to repeatedly update a plot while it's doing a fit, there's some kind of (waves hands wildly) race condition encountered.
But this happened on startup. I never saw a GUI window.
Ah, sorry I missed that. It looks like this happens if you try to run with a very small amount of data (by default it's loading like ~16 days). When I ran it as you did, I got the crash, but when I specified 100 days I did not. I'm going to try something else.
This is probably what Dan was seeing, but now I am also unable to run xija_gui_fit at all.
EDIT: works for
python -m xija.gui_fit.app models/dpa/dpa_spec.json
, so this might be particular to this model somehow.From commit fbce00b:
Cleaning my repo
Building in place
Running with the new CEA model