Skip to content

Commit

Permalink
fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
xan3c committed Apr 1, 2023
1 parent 669bc15 commit 1e01292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ def runTest(self):
self.assertAlmostEqual(integral, analytic_value, decimal_place, 'incorrect square integral')

if __name__ == "__main__":
unittest.main()
unittest.main()
1 change: 1 addition & 0 deletions vectorcalc/curves.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,3 +317,4 @@ def vector_integrate_square(func: list, point_one: list, point_two: list, neval=
- vector_integrate(x_curve_two, func, neval=neval, trunc=trunc) - vector_integrate(y_curve_two, func, neval=neval, trunc=trunc))

return result

0 comments on commit 1e01292

Please sign in to comment.