Oliver Lemke

Results 10 comments of Oliver Lemke

Thanks for pointing out the pooch library. It looks really useful. I've played around with it and added a first implementation for the typhon tests (only in my fork for...

Since it's likely that other similar test files need to be added in the future and they're of considerable size, it is not feasible to have them inside the typhon...

The tests should always be part of the main package. Tests that need larger input files to run are an exception. Usually tests don't need any input files at all....

Hi Alex, The system is not meant to be redundant. We want to avoid maintaining a controlfile and a Python script for the same example. There are two cases: 1....

@riclarsson Since your branch is up to date with main and this one isn't, I assume that you did a rebase from main onto your branch and this causes merge...

The `disort.sht.ipynb` test fails in the debug builds with the following assertion. I put it here since the assertion output is unfortunately not visible in the logs: ``` Assertion failed:...

Go ahead. I'll have a look when I'm back from vacation.

@riclarsson conda-forge doesn't have packages for Windows ARM yet, so no build for that for now.

@riclarsson The abs thing is an arm thing. Without `std::`, the compiler uses the int instead of float version of abs. Which surprised me since we're using the same GCC...

Exactly, it's a pretty clear case, why it's even more surprising that the warning is not thrown for x86. I would expect GCC to behave the same independent of architecture...