Results 12 issues of Ruggero Turra

Integrate with josm

In the help Fire displays commands in alphabetical order. It would be nice to be able to show them in a custom order specified by the user.

enhancement

I am reading a tprofile2d with uproot with the numpy method The edges are read correctly, but what I got as values seems to be the number of entries for...

I need to open several TTree from different files and to merge them. They are quite big and so I am using daskframe, something like this: ``` for info, fn...

performance-bug

Sorry if the example is not very minimal. I have a function defined as sum_C -log poisson(observed_C | sum_P {eff_CP @ (n_P * mu_P)}) where everything is constant except for...

I guess this is connected with #38 but I am using a quite newer version of pandas (0.20.3) df = pandas.DataFrame({"x": [10, 20, 30], "y": ['ten', 'twenty', 'thirty']}) print df.dtypes...

Hello, I cannot change the settings on my canon eos 600d from fedora 16, python 2.7.3, gphoto2 2.4.14 ``` import piggyphoto as pp C.leave_locked() C.config.main.imgsettings.iso.value = 3 ``` Segmentation violation...

Is it possible to have the color map of the histogram in log-scale?

Hello, it tooks me a whlie to understand this: ``` my_pdf = tfp.layers.MixtureNormal(3, 1)(np.array([1/3, 0/3, 2/3, 4, # mean1 5, # std1 6, # mean2 7, # std2 8, #...

This is a simple implementation of collector accumulator, a very simple accumulator which stores all the values passed, as suggested in #349. Some new tests are implemented. Documentation is updated....