-
-
### Description
Originating in #152, the question arose which R versions we should support and which to cover in the test suite.
### Motivation
Currently, we explicitly support R version 3.3.…
-
## The errors
Error signature looks like this, about 126 instances with `SIM_ball_L1`:
```
==18841== Invalid read of size 4
==18841== at 0x513D86F: PyMem_Realloc (in /usr/lib64/libpython3.6m.…
-
## Summary
First noticed in a Ramtares use-case, we are not getting code coverage for any class destructors in any of our models. This artificially reduces our code coverage metrics, and we'd like …
-
I unzipped all of the files in the `Data` directory, but after installing all needed R libraries (I also needed to install `gdal-devel`, `proj`, `proj-devel`, `geos-devel`, `sqlite-devel`, `udunits2-d…
-
I would like to install the `sf` library to Renjin, and one of the problems is the dependency on [`units`](https://cran.r-project.org/web/packages/units/):
- I would like to give it a go to create …
nuest updated
4 years ago
-
Having `parser.c` include `scanner.c` is trouble for me. I'm building udunits with bazel and having to rework the scanner and parser. It would be great to get to a more traditional setup for the lex…
-
I'm reading through v0.0.7 of Coverages for the first time. Here are the questions that came up while reading it:
1. 5.6 - What's the difference between `http://www.opengis.net/def/rel/ogc/1.0/geod…
-
Implement API for mediators and couplers, to include a unit conversion capability and maybe a basic coupler for soil moisture.
-
logger.partitioning is accessed before definition using Python version: Python 3.8.11; cf-python version 3.11.0 from pypi
Using import cf immediately throws an attribute error: `'Logger' object has…