MCPcopy Create free account
hub / github.com/Derive-Risk/pyfair / calculation_completed

Method calculation_completed

pyfair/model/model.py:231–241  ·  view source on GitHub ↗

Public method to check completion status of dependency tree Returns ------- bool Whether the calculation dependencies are satisfied

(self)

Source from the content-addressed store, hash-verified

229 return self._model_uuid
230
231 def calculation_completed(self):
232 """Public method to check completion status of dependency tree
233
234 Returns
235 -------
236 bool
237 Whether the calculation dependencies are satisfied
238
239 """
240 status = self._tree.calculation_completed()
241 return status
242
243 ##########################################################################
244 # Input methods

Callers 3

test_inspectionMethod · 0.95
test_calculationMethod · 0.45
storeMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_inspectionMethod · 0.76
test_calculationMethod · 0.36