-
I am trying to get the pymt-GIPL model working, but it fails with solving packages issues:
On the CSDMS openearthscape jupyter hub, on the CSDMS kernel, I try to run the example notebook: Coupling …
-
It would be interesting to see which of this Software is in the [conda-forge](https://github.com/conda-forge/ )repository so we could get it easily installed by the mamba installer.
Are there plans…
-
Thank you for signing up to use the OpenEarthscape JupyterHub, https://jupyter.openearthscape.org.
Please provide your CSDMS username and a brief description of why you're signing up (a sentence or t…
-
In NumPy 1.24, `numpy.int` is replaced with `int`. This causes the Ku model to fail:
```
File ~/anaconda3/envs/pymt/lib/python3.10/site-packages/permamodel/components/Ku_method.py:788, in Ku_method.…
-
All Jupyter Notebooks used in ESPIn should be tested, and the tests should be run under continuous integration.
-
### What happens?
I have a (nested cte which results with a windowed aggregation & partition) query that successfully runs in 0.7.1 but breaks > (inc 0.8.0).
The breaking line that used to work …
-
### Code
```Rust
use chrono::NaiveDateTime;
use rust_decimal::Decimal;
use serde::{Deserialize, Serialize};
/// A trip is a combination of two or more consecutive loads handled by one
//…
-
@DirkEilander, @hboisgon, @markhegnauer Thank you for your JOSS submission for HydroMT. I think it's a great contribution and I don't see any major changes you need to make. I'll use this issue as a p…
-
When I run:
```
from pymt.models import PRMSSurface, PRMSSoil
psrf = PRMSSurface()
```
The second line causes the following error:
```
Traceback (most recent call last):
File "/home/chadmin/…
-
Hello I'm attempting to obtain SHAP values from my GBM model created in H2O. I'm running into issues though when I try to use the iml::Predictor$new() function. I'm really sorry to put this here, but …