Fernando Aristizabal

Results 15 issues of Fernando Aristizabal

Hello Dr. Tarboton, Would there be an interest in integrating the accelerated flow direction algorithms developed by Survila et al (2016) into this repository? If so, I believe the accelerated...

Where appropriate, we should consolidate configuration files to `pyproject.toml` unless some other use is required for the file. Some examples include: - `setup.cfg` - `.coveragerc` - `config.py`: this file may...

refactor

Nox sessions have low test coverage (~85%) when ran locally and even lower on GH Actions (~67%). Update `.coveragerc` min fail value to 95 when addressed.

testing

Investigate if GH actions should use nox sessions?

enhancement

Add nox session or ability to publish package to PyPi via GH actions as an optional task.

enhancement

Add a version bumper such as those listed [here](https://github.com/c4urself/bump2version/blob/master/RELATED.md) to automate version changing. Add a nox session to do this with the new version possibly as a session parameter.

enhancement

Add a static type checker such as pyright, mypy, etc as a nox session within the current `PLACEHOLDER` within the `noxfile.py`. This will require adding the type checker as a...

testing

Probabilistic compare should have an example notebook preferably with real data. NOAA produces a variety of ensemble forecasts.

documentation

Probabilistic comparison functions, methods, and objects should be added to documentation.

documentation

Attribute tracking functionality within `gval_xarray.py` is not being covered. ```src/gval/accessors/gval_xarray.py 119 21 82% 252-270, 378-390,```

testing