Vitor Cantarella
Vitor Cantarella
@jlarsen-usgs I am running Version 1.2.0 03/01/2020. I believe that is also the latest here: [executables-repo](https://github.com/MODFLOW-USGS/executables)
@jlarsen-usgs So, I tested some models this morning, and at first, I could not reproduce a run. But then I tested removing the comments in the line and I was...
Sure! Thanks a lot! ``` pip install hyvr Collecting hyvr Downloading hyvr-1.1.0.tar.gz (1.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 8.4 MB/s eta 0:00:00 Preparing metadata (setup.py) ... done Requirement already satisfied: numpy...
Sorry for the late response @s-scherrer. I have downgraded but I still have the issue, I believe I should also downgrade other packages as well, but I am not sure...
Hi!! I managed to remove the cython dependency and make it to efficiently work with just numpy. If it is of interest to the project, I have a working fork...
Sorry, I had problems with the pushing, so the latest version was missing. Now things should be fine. you should merge again, sorry.
Hi Mark, sorry Its been too long since I did that notebook. I can take a look. I dont have the thesis anymore to check the values. One thing I...
If these contain numba functions it could be that coverage is not recognizing them because they are compiled outside of python scope. I think a possible solution would be to...
Hi, I have just modified the development branch with `NUMBA_DISABLE_JIT=1`. * tests take 7 min in total in the CI run * coverage increases to 67% How do you assess...
Hi, Thanks for putting the effort. How are developments in this area? In my experience, the trust region reflective algorithm is very useful for not so well posed problems. Many...