CrfzdPQM6
CrfzdPQM6
It seems that Keepass2Android can only access a database in pCloud if: 1) it is in the path /Applications/Keepass2Android, AND 2) that Keepass2Android folder is owned by the pCloud account...
When generating the asimov histogram associated with a particular test, why is the generated histogram limited to a one-dimensional fit, implicitly by the call to `space.limit1d` [here](https://github.com/scikit-hep/hepstats/blob/cf650da0408de083e27c52b952fe4ef144014de8/src/hepstats/hypotests/calculators/asymptotic_calculator.py#L34)? This seems to...
Version 4.7.1 **Bug description.** Timezone information about events seems to be absent in calcurse functionality **Reproduce.** Open calcurse in one timezone: `env TZ=EST calcurse` make an event: `a ... 09:00...
I want two arrange two axes with no space between, like the last figure [here](https://hist.readthedocs.io/en/latest/user-guide/notebooks/Histogram.html). I have this: ``` import mplhep import matplotlib.pyplot as plt #mplhep.style.use("LHCb2") fig,axs = plt.subplots(2,2) plt.subplots_adjust(hspace=0)...