Skip to content
Snippets Groups Projects
Commit df76c93e authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

fix typo

parent a3b351eb
No related branches found
No related tags found
No related merge requests found
......@@ -394,7 +394,7 @@ the agent motion, or
filename=None,
blocksize=100):
if os.path.exists(filename):
self.velocities = pd.read_hdf()
self.velocities = pd.read_hdf(filename)
nodes_tocompute = self.velocities.isna().any(axis=1)
nodes_tocompute = nodes_tocompute[nodes_tocompute].index
# Build a list of nodes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment