Skip to content

Commit

Permalink
DOCS: Tweak comments in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-moore22 committed Mar 5, 2024
1 parent 25bf0d1 commit 63a5f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrated-tests/Test-scripts/test_fierro.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def magnitude(array):
mag = math.sqrt(sum(x**2 for x in array))
return mag


# Run each test
for i in range(len(tests)):

# Run simulation
Expand Down

0 comments on commit 63a5f0a

Please sign in to comment.