-
The `Mirror` operation changes the `geomtype` from PLANE to BSPLINE. `Rectangle` on the construction_face isn't making a square. `Extrude` isn't creating a new Solid.
```py
from build123d import *…
-
Hello, Thank you for your contribution with Omni-Swarm!
I wanna ask about which bspline package are you using? I don't seem to find any corresponding package using CMake, only scons (https://github.c…
-
just like this, how to realize it ?
![在这里插入图片描述](https://img-blog.csdnimg.cn/20190106140149168.?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dla…
-
I was following manual run CMake with `-DSCINE_BUILD_PYTHON_BINDINGS=ON`
but the python libraries are in different dirctory, in manula is this
```
export PYTHONPATH=$PYTHONPATH:/install/lib/pytho…
-
#### Context (scipy 1.4.1)
* I need to compute a least_square solution to a 2d problem.
* The solution is modulated, in one of the dimensions, by Bsplines, which have a compact support and allow for…
-
When running the following code
```rust
use enterpolation::{bspline::BSpline, Curve};
fn main() {
let spline = BSpline::builder()
.clamped()
.elements([0.0, 1.0, 2.0])
…
-
Need to install N4
`dwibiascorrect: [ERROR] Could not find ANTS program N4BiasFieldCorrection; please check installation`
_Originally posted by @finnlennartsson in https://github.com/yukaizou201…
-
**Describe the bug**
In the case where `lang: language` where language is not in quotes, the yaml parsers seems to take on all following options as a language: `'language\nfollowingtitle: option\n'`
…
-
```
class AbessRegression(AutoSklearnRegressionAlgorithm):
def __init__(self, random_state=None):
self.random_state = random_state
self.estimator = None
def fit(self, …
-
### Problem description
I want to use the `ltex-ls` for grammar / spell checking on latex, markdown and text files.
I successfully installed the server as shown below :
![image](https://user-images…