Open jonahpearl opened 1 month ago
Sorry idk how well the commenting works, but here's a screenshot of the line i'm referencing, specifically the deletion of line 2017:
The run info dict is instantiated with the object, so there is no need to save it before it has run.
Is it triggering a specific error for you? All tests are running fine, so I don't think it's crashing
It doesn't accomplish the intended use case, which was to allow the user (or the code) to check the run info dict for run_completed as being true or false in case the analyzer code crashes. As it is, one could check for the existence of the run info json file as a proxy for whether the run finished, I suppose, but that's a bit counterintuitive.
Originally posted by @jonahpearl in ff07ac6