Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aibishop committed Apr 17, 2023
1 parent eefd396 commit 6f26c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monashspa/PHS3000/tutorials/__init__.py
Expand Up @@ -24,7 +24,7 @@ def model_1(r, w, I):
# scale parameters
r = r*1e-3
w = w*1e-4
I = I*1e11*4/1.11803
I = I*1e11

# set parameters we are not exposing
eccentricity = 1.1
Expand Down

0 comments on commit 6f26c83

Please sign in to comment.