Victor Duchesne
Victor Duchesne
Thank you for the quick responses. You can see that indeed, my obs and my mr overlap :  This is why I'm quite confuse with the error.
It is, althought at the very edge.  This bit of code I'm using forces the observation to be inside the domain if it is close enough to it. I'm...
I hope this helps. Call stack : ``` Traceback (most recent call last): File "c:\Users\ducvi02\Documents\MIKE\Dossiers\2022-11-22 Baie-Trinité\Python\MODEL_SKILL.py", line 265, in con = ms.match(obs, mr) ^^^^^^^^^^^^^^^^^ File "C:\Users\ducvi02\AppData\Local\Programs\Python\venv\Lib\site-packages\modelskill\matching.py", line 279, in match...
Thanks for your help, I dug around and solved the case, I can reproduce the Assertion Error with this minimal code. Like I said at the beginning, this sometimes fails...