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
Currently, the logging functionality only allows local storage in the Logger struct which means unless something is handled by the user's end, this data is essentially useless right now. Adding methods to the Logger to write the results to different formats like .json or .csv files would make the simulation results much more portable.
The text was updated successfully, but these errors were encountered:
Currently, the logging functionality only allows local storage in the
Logger
struct which means unless something is handled by the user's end, this data is essentially useless right now. Adding methods to theLogger
to write the results to different formats like .json or .csv files would make the simulation results much more portable.The text was updated successfully, but these errors were encountered: