-
We need a way to quickly get Herbie binaries for a given commit across all platforms, manual builds aren't going to work with the tight iteration we've got going on.
Maybe this can be achieve with …
-
The following FPCore "crashes" the `/api/mathjs` endpoint. noticed by @ztatlock
```
(FPCore (ux uy maxCos) (* (sin (* uy 2.0 PI)) (sqrt (- 1.0 (* (+ (- 1.0 ux)(* ux maxCos)) (+ (- 1.0 ux) (* ux maxC…
-
We may want to keep "temporary data" downloaded by `Herbie`. We could consider finding a way (in docs or code docs?) to turn off auto-delete of the data that Herbie downloads and deleting it (or archi…
-
-
Currently, you're copying files into the dist folder by hand
See: https://github.com/mieweb/herbie/blob/master/chrome_extension/dist/mie-simulijs.js
When there is an npm for it: https://www.npmj…
-
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='ecmwf-forecasts.s3.eu-central-1.amazonaws.com', port=443): Max retries exceeded with url: /20240202/06z/0p25/oper/20240202060000-0h-oper-…
-
[Herbie](https://github.com/uwplse/herbie) is a tool for transforming floating point expressions to forms that avoid numerical instabilities. It would be extremely cool if we could have an assist on f…
-
First draft:
- [x] sqrt(x+1) - sqrt(x): everyone submit at the same time, everyone hit Improve at the same time
- [x] sqrt(x+1.(...)) - sqrt(x): everyone submit at the same time, everyone hit Improve …
-
Tool servers should have an endpoint similar to Herbie's `/up` that allows Odyssey to check if the tool is available.
-
Right now, Herbie always looks for the index file online, even if the GRIB file is local. If the GRIB file is local, it should check if there is a local index file.
Herbie should also download the …