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 d896e5e commit 0652105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monashspa/PHS3000/tutorials/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def model_1(r, w, I):
# scale parameters
r = r*1e-3
w = w*1e-4
I = I*1e11
I = I*1e11*4/np.sqrt(alpha)

# set parameters we are not exposing
eccentricity = 1.1
alpha = 1.25

return __trap_k_theory(r, w, alpha, eccentricity, I)*4/alpha
return __trap_k_theory(r, w, alpha, eccentricity, I)

0 comments on commit 0652105

Please sign in to comment.