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
I was trying to automatically run an experiment several times and log the results using the tinydb observer. The code of the experiment follows here (test.py):
It could work to just reset the db_run_id for the observer (ex.observers[0].db_run_id = None). Maybe it is a bug that this id is not reset in started_event.
I was trying to automatically run an experiment several times and log the results using the tinydb observer. The code of the experiment follows here (test.py):
I run it 3 times with slightly different parameters like so:
When I inspect the database afterwards, there is only 1 entry corresponding to the last run.
I have also found that when I recreate the observer every time like so:
all 3 entries are logged correctly.
I am not sure whether this is a bug, or whether I am perhaps not using the API as intended.
The text was updated successfully, but these errors were encountered: