You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this causes a FileNotFoundError as the file is now "logs.log.json" instead. Perhaps a fix would be to edit the notebook and a note saying that the given file will have the .json extension added to it if its not already one.
The text was updated successfully, but these errors were encountered:
I suspect the problem here is a mismatch in versions. Recently (#420), we changed the logger to not force .json as extension, and updated the notebooks correspondingly. This was primarily done since the output was not actually valid .json.
However, a version with this change not been released yet. I'm not sure what the current plan is with regard to releases. I suspect we could just make a release now, unfortunately I'm not too familiar with the process.
As seen in the example, we can save and load our progress with a logger file.
As the specified file does not have the .json extension, it will be appended to it as seen in logger.py line 138.
However, this causes a FileNotFoundError as the file is now "logs.log.json" instead. Perhaps a fix would be to edit the notebook and a note saying that the given file will have the .json extension added to it if its not already one.
The text was updated successfully, but these errors were encountered: