-
## 🐛 Bug
Cannot import ClassConfig on Kaggle
## To Reproduce
Steps to reproduce the behavior:
Run:
1. `!pip install -q rastervision`
2. `from rastervision.core.data import ClassConfig`
…
-
http://www.antigrain.com/research/adaptive_bezier/index.html
-
I tried to install Casadi via pip on my M1 MacBook Pro and got an error:
```
$ pip install casadi
ERROR: Could not find a version that satisfies the requirement casadi (from versions: none)
ERRO…
-
Hi, it stops for no reason. I set "5000" for the "MaximumNumberOfIterations" in Bspline Transformation, but it stops at 594 iteration. What should I do for it?
-
* **I'm submitting a ...**
- [X] feature request
From a BSpline, having the possibility to extrude a circle as Sweep do but with BSpline3D.
-
https://github.com/scipy/scipy/blob/d4efe3665e69a6a46ab591ac3da359d8d98e7d10/scipy/__init__.py#L67
Somehow triggers the following downstream. Not sure how we can avoid this downstream without ignor…
-
Trying to predict on new data using GLMGam, but it's basically impossible, not even with the training dataset
```
import statsmodels.api as sm
from statsmodels.gam.api import GLMGam, BSplines
…
-
I'm using CasADi through Python and seem to have stumbled across this bug in `casadi.interpolant`.
Here is a minimal example:
```python
import numpy as np
import casadi as cas
x = np.array(…
-
**Describe the problem**
I am trying to register two masked/skullstripped images of the brain. One is the T1W image (brain.mgz, converted to .nii) from freesurfer. Another is a fractional aniso…
-
I have the following signal which is piecewise linear and continuous.
Currently I fail to use ruptures to extract my change points.
The change points are known in advance.
I have used clinear mod…