Results 5 comments of Cristiano Köhler

I can confirm that the behavior is improved. When installing from this branch, in a configuration that is known for build failure, the `optional` feature works. Apparently, the build fails,...

However, when using the `--install-option='--nofim', build is not attempted. ``` WARNING: Disabling all use of wheels due to the use of --build-option / --global-option / --install-option. Collecting git+https://github.com/INM-6/elephant.git@fix/do_not_compile_extension Cloning https://github.com/INM-6/elephant.git...

It works for the develop option (`pip install -e . --install-option='--nofim'`) from the repo cloned locally. Trying to use the `optional` by just passing `pip install -e .` fails: ```...

So, unless the `develop` install failure when not passing the `--nofim` flag is expected, this is the only current problem. Apart from that, as raised in the comments below, the...

Regarding this topic, the description of the outputs also needs better clarification in the docs. For instance, the output dictionary is complex, with elements that will be present depending on...