Dieter Werthmüller

Results 187 comments of Dieter Werthmüller

I thought I'd discuss both here before making a PR.

I'm OK to agree on disagreeing regarding noise. In this case, an error class might be indeed good, or at least not deprecating `errorVals`, so the user can provided directly...

Yes, something like this could work. What I am wondering: Does it has to be a warning? Or could it just be an 'information'? Warning for me sort of implies...

If we ever do logging it could be done with the appropriate log-level, but that is an entirely different task. Maybe we could abuse the warning, but call it `DefaultSolverInfo`...

I like the approach. And the `StreamHandler` will make sure it is also printed to screen, not just to a potential logging file, so the user does get informed ('warned')....

I guess this is a duplicate of https://github.com/gimli-org/gimli/issues/722 This might work: ``` conda create -n pg -c gimli -c conda-forge "pygimli>=1.5.0" python=3.10 suitesparse=5 ```

Good catch! I tried to re-run your notebook that you linked (https://github.com/MasayukiMotoori/EOSC556B/blob/main/90_Geoana_Check_revised.ipynb), but it gives me a 404 Error - maybe it is private? I wanted to quick run it...