Timo Rothenpieler
Timo Rothenpieler
Ah, yeah. Just confirmed that they're failing on master as well for me.
Immediate observation from my side: This only happens if you're currently in ~, which is a git repo in that new image. If I cd to / before running the...
Ok, found what's causing it: The new image has ``` [http "https://github.com/"] extraheader = AUTHORIZATION: basic ``` In .git/config. So while in that git repo, git will pass that info...
oggm silently discards any import failures of a bunch of modules, in case they're not installed. Seems like your salem installation is missing/broken. Try to import it manually and see...
I don't really understand what changes you're asking for. The repo you linked is a set of pre-tested conda environment, which are automatically updated. Github just keeps turning off the...
Pretty sure salem is considered an optional dependency. Its import statements are wrapped in try-Blocks. And I think the python version listed, >=3.6 is technically still accurate for OGGM itself....
It's possible to define multiple sets of named dependencies, so that pip install oggm[full] would be a thing.
The reason I report this here is that I ran this through https://pypi.org/project/memory-profiler/ and got this result: ``` Filename: /root/oggm/oggm/core/gis.py Line # Mem usage Increment Occurrences Line Contents ============================================================= 747...
I'm not sure what it is, but Python is at least aware of the memory in some shape or form. Not sure if it'd account for a stray malloc in...
> Just to make sure, when you say you tried 1.14, the version you tried included #20404, right? If unsure, retry with the current main or a nightly wheel from...