kh296

Results 5 issues of kh296

**🚀 Feature** Update packages and/or InnerEye code, so as not to have lightning deprecation warnings. **Motivation** When running the InnerEye code (commit [b42043f](https://github.com/microsoft/InnerEye-DeepLearning/tree/b42043f31aed9844eac4b1aa34a378c6d31e6767)), the following deprecation warnings are issued: ```...

good first issue
not urgent

I've tried to include a wildcard when specifying outputfiles, using either: ``` j.outputfiles = [LocalFile('*.pdf')] ``` as suggested in the [documentation for input and output data](https://ganga.readthedocs.io/en/latest/UserGuide/InputAndOutputData.html) or using ``` j.outputfiles...

bug
Core
good first issue

I'm trying to migrate some custom-written applications from `Ganga 6.0.17`(!) to `Ganga 8.5.0`. I'm having problems working out what needs to go into the application `prepare()` method, introduced between the...

If upper and lower values for an asymmetric uncertainty are the same, they're currently shown as superscript and subscript: ``` \num{20.01(2:2)} gives approximately the same as $20.01^{+0.02}{-0.02}$ ``` There could...

enhancement

In some cases, either the upper or lower value of an asymmetric uncertainty may be zero. For example, if the ratio of successes to trials for a binomial process is...