Results 14 comments of Ruggero Turra

Use case: fig, ax = plt.subplots(2, 2, figsize=(10, 10)) toys = stats.multivariate_normal(mean=[0, 0], cov=[[100, 240], [240, 3600]]).rvs(1000000) corner(toys, bins=50, quantiles=None, fig=fig, levels=1 - stats.norm(0, 1).sf([1, 2, 3, 4]) * 2)...

sure, actually is is very simple. This is the help I get ``` NAME run.py SYNOPSIS run.py - COMMAND | VALUE COMMANDS COMMAND is one of the following: background_prefit cfactor_sys...

There is no issue of any kind. My point is just that I would like to show then list of actions in an order defined by me, and not by...

Thank you. I haven't tested, but the last solution seems to do what I want in the simplest way.

your example works only if I run `fire_test.py -- --help` or `fire_test.py --help` or `fire_test.py -h`. If I run `fire_test.py` I get the alphabetical order.

ok, thanks. There is a problem, I have added a documentation string in one function and the order is not correct ``` import fire class CustomSequence(object): def __init__(self, offset=1): self.offset...

do you mean in uproot4? I can have a look, slowly...

@jpivarski: forget the merging. The plot is during the loop I have posted.

I tried to remove everything except for ``` for info, fn in catalogue.items(): df = uproot.daskframe(fni, "CollectionTree", branches) all_dfs.append(df) ``` still I see an increase of memory (actually jupyter was...