Alan Iwi

Results 9 issues of Alan Iwi

Various tables are included in the software, which forces the user to upgrade CMOR if they are updated. In particular, the following: ``` $ cd cmor/ $ find . -name...

When PrePARE scans multiple files, it does not report which ones contained the errors. It would be good to show this information.

enhancement
PrePARE

Removing the `.o` files for umlib will save a little bit of disk space. I have not tested this patch, so you may want to change the base branch for...

The version currently on pypi fails during `pip install` on a Rocky 9 machine with a couple of errors while compiling `alf.f`: ``` Error: Rank mismatch in argument 'theta' at...

The `DatasetResult.file_context` function (see `results.py`) doesn't allow a `facets` keyword argument, but we might want to set the `facets` property of the `FileSearchContext` object that is returned (especially in order...

When copying a read-only local directory containing two or more subdirectories to a local destination, using the `-r` flag alone, the destination copy is set to read-only after the first...

Since the latest release, v1.7.0 (August 2018), there have been further commits merged to master, including @jonseddon's fix for compatibility with later numpy. Would it be possible to do another...

Would be useful to get some info about contents of an `Interval` object when printed. https://github.com/roocs/clisops/blob/c6f8ae11a4ea9c3c38ff9ddb2810562391fd3cc0/clisops/parameter/_utils.py#L113-L122