Skip to content

Commit

Permalink
Removed useless print output
Browse files Browse the repository at this point in the history
  • Loading branch information
Amine Othmane committed Aug 3, 2023
1 parent ebda9f3 commit 381692c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AlgDiff/algebraicDifferentiator.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def newton_cotes_rules(p,order,L):
else:
out[i] = p[i%order]
out[-1] = p[-1]
print(out)
return out


Expand Down

0 comments on commit 381692c

Please sign in to comment.