-
I created an app in R using `shiny` and the `data.tree` to help students with decision analysis / decision trees. Does your pyDecision package offer similar functionality to what is linked below? If …
-
[Change Request C025](https://lsst-uk.atlassian.net/wiki/download/attachments/751108134/C025-Rebaselining-WP3.7.pdf?api=v2) resulted in a change of title, focus and due date.
Test sky-subtraction alg…
-
In the NYC F2F in 2022, we discussed defining an MVP of `contrast-color()` that would only return `black` or `white` depending on what color text is most readable for the background color passed. This…
-
I have a question about sinogram3d function.
If I have a 3D Volume and project them using sinogram3d conebeam setting, and then reconstruct them using FDK algorithm, original 3D volume value and FD…
-
[.](https://github.com/flutter/flutter/issues/51752#issuecomment-675844037)
Related to the discussion around hooks #25280
TL;DR: It is difficult to reuse `State` logic. We either end up with a …
-
The new OSIRIS Scripts contain basic processing of data from the OSIRIS insruments #34257
This Issue is to add Multiple Scattering corrections to the OSIRIS.
-
The example code provided in the Readme, namely:
```julia
myproblem(x) = (x[1] - 3.14)^2 + (x[2] - 7.2)^4
optimum = [3.14, 7.2]
good_guess = [3.0, 7.2]
res1 = bboptimize(myproblem, good_guess; Nu…
-
**Submitting author:** @mrava87 (Matteo Ravasi)
**Repository:** http://github.com/pylops/pyproximal/
**Branch with paper.md** (empty if default branch): joss
**Version:** v0.8.0
**Editor:** @sappe…
-
Hi, I am trying to use LLM-Pruner on Baichuan-13B model (https://github.com/baichuan-inc/Baichuan-13B). It is also llama structured so I thought it should work instantly, but I got some errors... I am…
-
Not sure if this is expected behavior.
I make an `AsyncStream` called `stream`, and a throttled sequence from that stream `throttledStream`. I yield values into `stream` for a while, and eventually…