More refactoring
This commit is contained in:
@@ -48,7 +48,7 @@ from baseprocessor import (
|
||||
oct_vect_getter,
|
||||
)
|
||||
|
||||
from runselector import RunSelector
|
||||
from utils.runselector import RunSelector
|
||||
|
||||
|
||||
# Getters
|
||||
@@ -1440,6 +1440,8 @@ class SnapshotProcessor(HDF5Container):
|
||||
pspec.pspec(repo=self.path, iouts=[self.num], outfile=outfile, **kwargs)
|
||||
return np.array([self.pspec_filename])
|
||||
|
||||
|
||||
|
||||
def _write_particles(self):
|
||||
"""Ensure particles are written in the hdf5 file"""
|
||||
if not os.path.exists(self.parts_filename) and not self.parts_loaded:
|
||||
|
||||
Reference in New Issue
Block a user