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
Per the discussions, can you please also add a test to check that pending trials that don't yet have results, still show up in the results_df, with empty results columns?
Given the way that the _dummy_run_exp works in tests/storage/sql/fixtures.py this is probably easiest to do if we first add the API in the storage layer for enqueuing a new trial manually.
See Also: #687
The text was updated successfully, but these errors were encountered:
Per the discussions, can you please also add a test to check that pending trials that don't yet have results, still show up in the results_df, with empty results columns?
Originally posted by @bpkroth in #889 (comment)
Given the way that the
_dummy_run_exp
works intests/storage/sql/fixtures.py
this is probably easiest to do if we first add the API in the storage layer for enqueuing a new trial manually.See Also: #687
The text was updated successfully, but these errors were encountered: