MaxGaukler

Results 6 issues of MaxGaukler

Calling `plt.savefig()` changes the tikzplotlib result. A minimized example is the following. Complicated examples of this bug can be found in #416 and #400 . ```py from matplotlib import pyplot...

If subplots are generated in a different order (e.g., 2 before 1), then tikzplotlib incorrectly generates multiple groupplot environments, breaking the placement. ```py from matplotlib import pyplot as plt import...

The following statements now no longer give a cryptic error message: ``` >>> import mpmath, numpy >>> mpmath.eye(2) == None False >>> mpmath.eye(2) == numpy.eye(2) ... NotImplementedError: Unsupported type for...

Before, `mpmath.iv.randmatrix()` caused an error. Now it works correctly: ``` >>> import mpmath >>> mpmath.iv.randmatrix(3) matrix( [['[0.66382280562735496154, 0.66382280562735496154]', '[0.016861908353603016764, 0.016861908353603016764]', '[0.73734056129022396142, 0.73734056129022396142]'], ['[0.36647301100616180847, 0.36647301100616180847]', '[0.62220372249504873885, 0.62220372249504873885]', '[0.48761902415903068952, 0.48761902415903068952]'], ['[0.81322606973113087392, 0.81322606973113087392]',...

`ant test` fails without Hylaa, SpaceEx and Flowstar installed, whereas other missing tools are gracefully ignored. ``` [exec] Using 4 parallel processes. [exec] 0/96 Running mcs_8 with flowstar and timeout...

Before, `zip --grow` was used, but this does not unpack the individual ZIP files (at least on Debian Linux stable with "Zip 3.0 by Info-ZIP"). Therefore the submodules weren't present...