MCPcopy Create free account
hub / github.com/DedalusProject/dedalus / build_out

Method build_out

dedalus/core/future.py:217–222  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

215 return out
216
217 def build_out(self):
218 bases = self.domain.bases
219 if any(bases):
220 return self.future_type(dist=self.dist, bases=bases, tensorsig=self.tensorsig, dtype=self.dtype, name=str(self))
221 else:
222 return self.future_type(dist=self.dist, tensorsig=self.tensorsig, dtype=self.dtype, name=str(self))
223
224 def attempt(self, id=None):
225 """Recursively attempt to evaluate operation."""

Callers 2

get_outMethod · 0.95
build_systemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected