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

fix typo

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