Loading pygriffin/pygriffin.py +4 −0 Original line number Diff line number Diff line Loading @@ -188,6 +188,10 @@ class PyGriffin: cv.check_type('Cross section file', xs, (str, Path)) self._xs = xs @property def mpi_enabled(self): return self.config.mpi_enabled @property def n_procs(self): return self._n_procs Loading Loading
pygriffin/pygriffin.py +4 −0 Original line number Diff line number Diff line Loading @@ -188,6 +188,10 @@ class PyGriffin: cv.check_type('Cross section file', xs, (str, Path)) self._xs = xs @property def mpi_enabled(self): return self.config.mpi_enabled @property def n_procs(self): return self._n_procs Loading