-
This error condition appears in the simulator construction from DEV (V 0.8.1-22-db3b) either for the LIB\Math...\RombergPlot integral OR
after NEVAL#=4097 for the following integration program which …
-
### Summary
Currently, a Postgres `numeric` can be inserted as number, but only queried as a string.
I know that Postgres `numeric` types can hold values larger than the ~2^53 largest JS integer…
-
The followin code is not working as expected in the app:
```
import mercury as mr
a = mr.Numeric(value=30, min=0, max=90, step=1)
```
```
b = mr.Button(label="Go")
if not b.clicked:
mr.S…
-
follow-up to https://github.com/tinygrad/tinygrad/issues/6911
see https://github.com/tinygrad/tinygrad/pull/6936
@jeffzh4ng fyi
-
(subject to change)
CREATE TABLE WeatherReadings (
RID NUMERIC AUTO_INCREMENT NOT NULL,
date DATE NOT NULL,
radiation NUMERIC(10) NOT NULL,
…
-
Hi! I've recently run into a numerical stability problem with the rasterization kernel as shown below:
I call the rasterization kernel with the following command:
![image](https://github.com/nerfstu…
-
### Description
On Mac ARM, the following functions are failing in the nightly jax/jaxlib build:
```
________ FunctionAccuracyTest.testSuccessOnComplexPlane_log1p_complex64 ________
[gw7] darwin…
-
### Initial request
ECMWF is proposing new parameters for Fire emission forecasting.
### Amendment details
ADD to Code Table 4.2 Product discipline 2 - Land surface products, parameter categ…
-
Numeric boundaries are formed wrong for the states of input variables that have a limited number of unique values, which results in some missing and some 'overcrowded' scenarios:
![image](https://git…
-
**Is your feature request related to a problem? Please describe.**
The `test_hypothesis_mean_agg_dynamic` test can fail on the below float inputs:
```
0 1
1 …