Bryn Ubald

Results 5 issues of Bryn Ubald

On newer versions of `numpy`, the attribute `asscalar` has been deprecated (in version 1.16) and removed as of version 1.23. Older versions will trigger the following error: ``` AttributeError: module...

bug

## What is the notebook about? A series of notebooks that cover the usage of the [IceNet](https://github.com/icenet-ai/icenet) library at its current state. IceNet has developed significantly since the inclusion of...

notebook

### What happened? Installing newer versions of eccodes not finding/including binary. When attempting to use eccodes (latest -> `v2.40.0`), I was getting an error, and using self check, showed me...

bug

Update supported versions to: 3.6-3.12.

enhancement

Running tests generates errors (Python 3.9, numpy 1.19.5) in the develop branch: ``` bash ❯ nose2 tests.test_induced.TestSamplingGeneration.test_sampling E ====================================================================== ERROR: test_sampling (tests.test_induced.TestSamplingGeneration) ---------------------------------------------------------------------- Traceback (most recent call last): File "/git/equadratures/tests/test_induced.py",...

bug