-
At some point, we will have to update how we ask users to specify prior distributions. I think our approach is quite good for the current state of Bambi (basically, for GLMMs), but it won't be satisfa…
-
> GitHub issues are for bug reports and suggestions for new features.
As far as I know the only supported methods are:
- **nearest** applies a nearest neighbour (simple sampling) resampler
- …
-
```
If you start to draw something that is taking too long time (e.g. a long thick
line with a complicated effect) it would be nice to be able to stop the
operation with a key.
In DPII, the space b…
-
```
If you start to draw something that is taking too long time (e.g. a long thick
line with a complicated effect) it would be nice to be able to stop the
operation with a key.
In DPII, the space b…
-
A color should be defineable by a wavelength.
There are well known algorithms that convert a wavelength to XYZ coordinates, e.g. at https://en.wikipedia.org/wiki/CIE_1931_color_space#Analytical_app…
-
I saw your 3D cubic spline interpolator (with excellent plot) on GitHub, and thought that since you obviously have all of the supporting Python libraries installed you might like try running my scipy …
-
Even after increasing the crop size to `35x35x0` (https://github.com/valosekj/dcm-brno/issues/14#issuecomment-2210748905), `sct_dmri_moco` is still crashing for the following subjects.
https://gith…
-
To better match realistic fan performance maps, the FlowMachineInterface model could be extended in a way that allows the specification of polynomial performance curves.
In order to keep the original…
-
#1623 exposed a problem that we need to reduce the use of raw pointers and use smart pointers if pointers are needed to share data between class objects.
I extract lines of code to better describe …
-
I've experimented with monotone cubic interpolation (as per the [Steffen method](http://adsabs.harvard.edu/full/1990A&A...239..443S) you reference in d3-shape) and with the array values being evenly s…