Skip to content

Commit

Permalink
fix input type
Browse files Browse the repository at this point in the history
  • Loading branch information
CoastEgo committed Nov 25, 2024
1 parent f8df548 commit 7383edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_grad.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def format_func(value, tick_number):
plt.savefig('test_grad.png')
if __name__ == '__main__':
b=0.1
t_0 = 8280; t_E=40; alphadeg = 60.
t_0 = 8280.; t_E=40.; alphadeg = 60.
q = 0.2; s = 0.9; rho = 10**(-2)
tol=1e-3
retol = 1e-3
Expand Down

0 comments on commit 7383edd

Please sign in to comment.