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
I would like to avoid the log10 of zero warning, but don't want to break anything. I tried a pull request, but couldn't figure out how to isolate this change from the rest of my changes.
The text was updated successfully, but these errors were encountered:
I went ahead and incorporated this change into Andover. It passed all the tests, so it doesn't look like it's going to disrupt anything! Thanks for the recommendation.
Should ma.log10() be used at the end of the interp.hght() function instead of np.log10()?
I would like to avoid the log10 of zero warning, but don't want to break anything. I tried a pull request, but couldn't figure out how to isolate this change from the rest of my changes.
The text was updated successfully, but these errors were encountered: