MCPcopy
hub / github.com/hyperopt/hyperopt / get_n_done

Method get_n_done

hyperopt/fmin.py:243–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241 return self.trials.count_by_state_unsynced(base.JOB_STATE_NEW)
242
243 def get_n_done():
244 return self.trials.count_by_state_unsynced(base.JOB_STATE_DONE)
245
246 def get_n_unfinished():
247 unfinished_states = [base.JOB_STATE_NEW, base.JOB_STATE_RUNNING]

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected