Misha Mikhasenko

Results 34 comments of Misha Mikhasenko

Same error. Windows 10, Julia 1.1.0

Was the problem solved in 2017? I am getting something similar now with julia-1.7

I think there are two options: - computing bin error at on the `fit(Histogram)` call, or - keeping an array of weights for every bin that errors can be computed...

Should one create a separate type `

that is what I [codded](https://github.com/mmikhasenko/HEPRecipes.jl/blob/master/src/weightedHistogram.jl#L1) at the end, but I would love to change and extend some existing, more mature package

Do I understand correctly that this is the same issue which prevents me using JuMP minimizer involving complex functions? In the code below, I look for zeros of the complex...

@elaineVRC what is the status of this PR? From the first comment of @stevengj . Are there tests, comparison to other implementations already?

Thank you for the quick reply. Do you know where else `libstdc++.so.6` is used? The library sounds very important. What else in Julia can be affected by absent of `CXXABI_1.3.9`...

I thought that using the older version of ```matplotlib``` should also be a solution. I found that ```matplotlib=v2.0.1``` the last one which does require ```CXXABI_1.3.9```. Unfortunately, it does not mean...

Thank you for fixing ZLIB! Just for curiosity, I repeated the same exercise as before with getting old `mathplotlib=2.01` downgrading few packages in `conda` and trying to use `PyPlot`. The...