stilt.completion.is_complete#
- stilt.completion.is_complete(sim_id, expected, storage)[source]#
Return whether one simulation has produced all of its expected outputs.
expectedis computed once by the caller (e.g.expected_for_config()) and reused across many simulations. Short-circuits on the first missing artifact, checking the trajectory first so the many incomplete simulations cost a single existence check.- Return type:
- Parameters:
sim_id (str)
expected (Collection[str])
storage (Storage)