Open Femkemilene opened 8 months ago
Easiest option is to launch the backend for the frontend in debug mode. This should make the frontend more responsive to changes in the model code.
This is done from command line using python Backend_FTT.py --debug
Generally though closing down and restarting the GUI backend should be enough for model code changes to come through
For me, the front end doesn't open when I add the --debug flag. @AEdwards476 has had the same problem. I'm working on Windows 10 and Firefox (latest version).
I'm no longer having this issue (possibly related to an an update in Python (3.10 -> 3.11, including updates on many packages) or possibly Firefox). @AEdwards476, you also had this issue at some point in the past. Is it resolved for you too?
When you make a change in the code base, it usually takes a while for the front-end to catch up. I can reliably make the front-end update by restarting my computer, but restarting the front-end or clearing my cache with Ctrl + F5 in Firefox (usually?) doesn't lead to updating coming through.