Skip to content

Commit

Permalink
Merge pull request #163 from jhlegarreta/RemoveNonmeaningfulComment
Browse files Browse the repository at this point in the history
DOC: Remove non-meaningful comment
  • Loading branch information
ljod authored Oct 5, 2023
2 parents 669c238 + 414444c commit 2766202
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utilities/wm_compute_TAP.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,3 @@ def compute_TAP(inpd):
f = open(os.path.join(args.inputDirectory, 'TAP.csv'), 'a')
f.write(all_TAP_str)
f.close()

# w

0 comments on commit 2766202

Please sign in to comment.