-
I went through an initial review of the python code (`replace_landsurface_with_BARRA2R_IC.py` and `replace_landsurface_with_ERA5land_IC.py`). This is just draft of some notes so far - the run and test…
-
I get:
```
root@android:/ # /data/y/sbin/yocdroid-run
/data/y/sbin/yocdroid-run[13]: env: not found
/data/y/sbin/yocdroid-run[13]: sed: not found
root@localhost:/…
-
The following function involves (x - floor(x))
```
sage: f = (2*(x - floor(x))^3 - 3*(x - floor(x))^2 + x - floor(x))*(10*x^3/(x^2 + 1)^6 - 3*x/(x^2 + 1)^5)
```
Integrating it gives a wrong answer…
-
In the C++ unit tests of the `FunctionalChaosAlgorithm`, we may use the exact coefficients of the Ishigami test function.
The following coefficients were computed by @regislebrun using Maple:
- …
-
Imported from SourceForge on 2024-07-09 10:46:00
Created by **[oliverlew](https://sourceforge.net/u/oliverlew/)** on 2021-04-19 07:29:04
Original: https://sourceforge.net/p/maxima/bugs/3770
---
The …
rtoy updated
4 months ago
-
This meta-ticket lists tickets opened for failing doctests involving **internet**, **optional** and/or **external** packages as discovered by running:
```
sage -tp --optional=sage,optional,external…
-
The symbolic ring (`SR`) in Sage currently considers itself to be a field and therefore also an integral domain:
```
sage: SR.is_field()
True
sage: SR.is_integral_domain()
True
```
However, it is c…
-
As can be seen in the benchmarks here https://github.com/brian-team/brian2/pull/602#issuecomment-160189920, exact integration with numpy is significantly slower in Brian 2 than in Brian1. Quoting myse…
-
Add examples of papers for existing approaches combining structured linguistic data with LLMs
-
Sorry about using GitHub issues for asking questions again. After switching to `cpp20` branch I was able to successfully run examples. Thanks!
Now I would like to discuss on whether (and how) the f…