Closed sophie-newman closed 11 months ago
I'm getting an error in cloudy17 with the line E_Ryd = E.to("Ry").value . The error says Cannot convert between 'kg*m/s**2' (dim '(length)*(mass)/(time)**2') and 'Ry' (dim '(length)**2*(mass)/(time)**2')
E_Ryd = E.to("Ry").value
Cannot convert between 'kg*m/s**2' (dim '(length)*(mass)/(time)**2') and 'Ry' (dim '(length)**2*(mass)/(time)**2')
Should be fixed in #13
I'm getting an error in cloudy17 with the line
E_Ryd = E.to("Ry").value
. The error saysCannot convert between 'kg*m/s**2' (dim '(length)*(mass)/(time)**2') and 'Ry' (dim '(length)**2*(mass)/(time)**2')