Open mattdornfeld opened 5 years ago
This is odd. If you use MongoDB as a backend, the data adapter between Sacred and MongoDB should convert datetime to a MongoDB format, meaning there should be no "python datetime" object at all. Can you use e.g. https://robomongo.org/ to locate the experiment in your database directly (bypassing Sacredboard) and check whether you notice anything suspicious?
I have several Python datetime objects in my configs being sent to Sacred. In Sacredboard these are displayed as
Does anyone know if there's a way to get these displayed as strings?