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 21, 2023
1 parent c49325a commit 11ff4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monashspa/PHS3000/tutorials/__init__.py
Expand Up @@ -25,7 +25,7 @@ def model_1(r, w, I):
r = r*1e-3
w = w*1e-4
I = 4/1.11803*I*1e11 #correction for updated trap_k_theory script
I=I*3e8/299792458 #speed of light correction
I=I*299792458/3e8 #speed of light correction

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

0 comments on commit 11ff4ad

Please sign in to comment.