PyAutoFit icon indicating copy to clipboard operation
PyAutoFit copied to clipboard

Using a session for the database after a run

Open Jammy2211 opened this issue 4 years ago • 1 comments

Lets say I perform some model-fits and have results on hard-disk (not using a session to write to the database).

If I then rerun those fits, but now with a session, could we make it so they add to the database (as if they had been run with a session)? This currently does not happen due to the completed feature, which skips most the calculation.

In general it would be nice to do runs not writing to the database (so results are on hard disk and easy to inspect) and then just piling them into the database as you move on to later fits.

Jammy2211 avatar May 01 '21 20:05 Jammy2211

It seems like this should be the default behaviour as the completed boolean in the database would initially be false?

rhayes777 avatar May 11 '21 15:05 rhayes777