You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sanity check in ProblemDefinition.py on lines 397, 402, 421 for the analytical jacobian and lines 464, 468 , 472, 476, 501 and 505 for boundary derivative should be relative not absolute error.
The text was updated successfully, but these errors were encountered:
I had a problem in some stellar structure code. This no longer causes a problem with scaled variables. Something like dx/dt=1e50* polygamma(0,x) and the corresponding Jacobian entry of 1e50*polygamma(1,x) will cause this to happen however.
I've uploaded a version the fixes the problem. Note that you may want to suppress the NaN warning for 0 Jacobian entries.
The sanity check in ProblemDefinition.py on lines 397, 402, 421 for the analytical jacobian and lines 464, 468 , 472, 476, 501 and 505 for boundary derivative should be relative not absolute error.
The text was updated successfully, but these errors were encountered: