Moritz E. Beber

Results 453 comments of Moritz E. Beber

I resorted to the Apache image which worked fine for me out of the box. I was unable to identify the cause for this one.

Cheers, I'll give that a try 🙂

Just to add my voice that this is stopping me from using flit for my build tool chain. A pity really. [versioneer](https://github.com/warner/python-versioneer) (sadly no longer supported) installs a module into...

My bad, indeed setuptools-scm writes the version to `PKG-INFO` but the recommended way (from the README) for accessing the version in the installed package is to use pkg_resources: ```python from...

> What makes `setuptools-scm` lack reproducibility? I guess, you could argue that since you can change git tags, there is no guarantee of identical source code. Then again, PyPI does...

Let me know when you're ready for a review. Looks good so far 🙂

In addition to what Christian said, please note that it can be very slow to iteratively build sympy expressions by adding terms, for example. That's why we use the aforementioned...

You can actually control this by configuring optlang's [verbosity](https://optlang.readthedocs.io/en/latest/Configuration.html#optlang.interface.Configuration.verbosity). I think there is some bug with the GLPK interface which (for now) requires that you set the verbosity to 0...

It would be a start. Just wanted to start a discussion on whether that's the way it should be handled or if we look at alternative ways that solve the...