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've recently restarted to use the package and surprisingly with python3.12 (in a virtual environment), I don't get the expected results: whatever domain I select, the code only detects one eddy.
(note that I used a large value for shape_error and a wide interval for pixel_limit so I'm sure I find eddies) and this is what I got (the eddy is visible in green):
Then I re-installed everything from scratch, again in virtual environment, but with python3.10, and now the results are OK:
Question: is there a specific reason why it would fail with python3.12?
(and sorry if it's in the doc and I didn't see it)
The text was updated successfully, but these errors were encountered:
It's a known problem #217 that i didn't take time to solve, matplotlib >= 3.8 have a new object for contour that are not correctly managed by py eddy tracker.
Hello Antoine,
I've recently restarted to use the package and surprisingly with
python3.12
(in a virtual environment), I don't get the expected results: whatever domain I select, the code only detects one eddy.For instance with the data provided with the code
(note that I used a large value for
shape_error
and a wide interval forpixel_limit
so I'm sure I find eddies) and this is what I got (the eddy is visible in green):Then I re-installed everything from scratch, again in virtual environment, but with
python3.10
, and now the results are OK:Question: is there a specific reason why it would fail with python3.12?
(and sorry if it's in the doc and I didn't see it)
The text was updated successfully, but these errors were encountered: