Replies: 2 comments
-
|
Hi @lruba939, Thanks for opening this! Good find. This is a bug - you are not doing anything wrong. The issue is minor and relates to aperture extent plotting. I fixed this just now in #487. I will merge that shortly. Regards, |
Beta Was this translation helpful? Give feedback.
-
|
sounds like you're running into some issues with the calculations involving numpy and possibly the parameters being used. the warnings suggest that somewhere in your code, there's a chance that operations are trying to handle NaNs or infinite values due to invalid calculations like dividing by zero. double-check the inputs to your functions, especially any that might be passing unexpected values like infinity or NaN. harrisonkramer's response suggests there's already a fix in the works, so keep an eye on any updates or patches that might resolve this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all, thank you so much — this software looks exactly like what I’ve been looking for. Great work!
I’m currently following the tutorial, but in section 1c I encountered a problem. Since it appears so early in the tutorial, I’m concerned it might affect later usage as well.
In a local .ipynb file (using VS Code), I get the following warnings:
I have tried two different Conda environments:
However, the result is the same in both cases.
Am I doing something wrong?
Additional information:
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions