Skip to content
Snippets Groups Projects
Commit 9fd913fd authored by podlesny's avatar podlesny
Browse files

removed debug printing

parent 2944b2f9
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,6 @@ def friction_stats(h5file, body_ID, FINAL_TIME, patch=[], interval=[]): ...@@ -10,8 +10,6 @@ def friction_stats(h5file, body_ID, FINAL_TIME, patch=[], interval=[]):
if len(patch) == 0: if len(patch) == 0:
patch = np.linspace(0, len(coords)-1, len(coords), endpoint=True, dtype='int8') patch = np.linspace(0, len(coords)-1, len(coords), endpoint=True, dtype='int8')
print(len(patch))
# read time # read time
time = np.array(h5file['relativeTime']) * FINAL_TIME time = np.array(h5file['relativeTime']) * FINAL_TIME
time = np.delete(time, 0) time = np.delete(time, 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment