-
Herbie considers the reals to be covered by the interval (-inf, +inf). Posit rounding of -inf/+inf to NaR breaks that approach.
What was the reason that inf got mapped to NaR instead of maxpos?
-
So we can refer to it, rather than saying "the music bit".
-
Hello, I'm trying to download a 2 year timeseries of historical wind speed forecasts from RAP. Every time I get through about 4 months of hourly data, the process is killed (see below). Are there down…
-
## About
After a few other attempts elsewhere, we started working on an indexer for NWP data once again at [^1]. We think it will help for different slicing and querying tasks requested by the comm…
-
Pip says that it is installed. Python3 can import tflite_support. But when I try to import from tflite_support.task, (in my Python script) it says, ModuleNotFoundError: no Module named 'tflite_support…
-
As of right now, softposit-rkt doesn't support Windows. This is due to the underlying c library for softposit not supporting Windows itself (the softposit-rkt library is just racket bindings for that …
-
Need the ability to support multiple site affiliations, either through multiple title and link fields, or the ability to add html links within a single field (which is how we previously did it in D7 -…
-
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…
-
I keep hearing about kerchunk. I'm certain people smarter than me are working on it and would provide efficient data access. Perhaps Herbie (and GOES-2-go) could benefit from using it.
https://gith…
-
After looking into it a bit. I believe this Herbie [Issue](https://github.com/herbie-fp/herbie/issues/1030) is related to the Async API calls I added recently.