André Gaul
André Gaul
It works reliably for us. :)
Now that https://github.com/satoshipay/docker-stellar-core/pull/28 is merged: could you also make the change in the Azure file?
@zimoun: something like this should do the trick: ``` python from krypy.utils import ConvergenceError import warnings # run a solver and catch ConvergenceErrors def solve_unsafe(Solver, linear_system, **kwargs): try: return Solver(linear_system,...
+1 for example, that's the most visible way.
I just noticed that readthedocs also relies on `requirements.txt` (and it's failing right now). @nschloe: any objections against re-introducing it?
I understood that requirements.txt is still useful for dependencies that you need for development or CI? Like `devDependencies` in npm packages? For example, we wouldn't want that linters are installed...
I like the idea of `dev-requirements.txt`, makes perfect sense.
Black is already in there.
Ah I see. Let me know if it does work. Otherwise, we can skip isort for now.
I'd have to look a bit deeper into this. I don't remember putting anything in that requires the matrix to be non-singular. Did you try it? Can you provide a...