Maximilian Linhoff

Results 344 comments of Maximilian Linhoff

i overloaded the basic operators, kolmogorow smirnow tests works for now. We may find a more elegent solution .

Simple Gaussian fit to 1e6 Values: Powell 0.3 seconds BFGS 1.2 seconds

■ Kolmogorow-Smirnoff □ run test ■ χ²-Test

I started implementing the three tests but #13 or #16 are blocking the implementations of the cdf, needed e.g. for the kolmogorow smirnoff test

I found out that it was the empty lines in the array declaration

We fixed our CI build by adding: ``` - name: Create conda cache dir run: | # fix mamba error that the directory does not exist mkdir -p ~/conda_pkgs_dir/cache ```...

Same goes for pympress. It would be great, if this package could offer support for embedding the movie data, so one can simply share these slides without having to copy...

> "1972-06-30T23:59:60Z", At least this one will be hard to support as long as python itself does not support leap seconds.

> You probably do want to change array to be typed as np.ndarray[dtype_t]. No, that defeats the whole point, as that only allows 1d arrays. > Unfortunately the numpy Python...