-
Hey klicky gods,
Ive installed klipper on my old Anet A8 and it was fun project.
Now im adding klicky/euclid probe to it. Currently fighting with some macros and design problems but I'm getting clos…
-
### Indicate troubleshooting steps taken
- [X] Ran `brew update` and retried your prior step?
- [X] Ran `brew doctor`, fixed as many issues as possible and retried your prior step?
- [X] Checked …
-
### Description
`thin`, `med`, `thick`, `quad`, `wide` are available in math formulas, but I could not find them in the docs.
-
Cross posting from https://github.com/jax-ml/jax/issues/24929
```
import opt_einsum
import numpy as np
formula = 'a,c,d,db,ab,cb,ac,cd,ad,b->dbc'
arrays = [np.random.rand(*(2,)*len(key)) fo…
-
In particular, is there an api for directly building a formula object? I am thinking about converting from [mathjs](https://mathjs.org) expression parse trees to plurimath formulas to replace the curr…
-
https://github.com/weegreenblobbie/rank_photos/blob/a7458e3e20dd559f4f5f74421702e64864a1e604/rank_photos.py#L344-L346
This is the wrong formula, it should be:
```
E_a = 1.0 / (1.0 + 10.0 ** ((R_…
-
Running `stepwise` with `strategy="subset"` and using the `include` argument (ex `include=c(var1,var2)`) returns an error.
Here is a reproducible example
```
data(mtcars)
formula
-
### Description
Here's a small case where np.einsum works but jnp.einsum does not
```
import numpy as np
import jax.numpy as jnp
formula = 'a,c,d,db,ab,cb,ac,cd,ad,b->dbc'
arrays = [np.ran…
-
Very minor, very unimportant, it'd be fun to have a "formula" callout for things like equations, language grammar points, etc.
-
### Description
Please add formula type to databases to use custom formulas in databases
### Use case
I have a formula to determine the status of a project
if(prop("Archived?"), "⚪️ Archived", (i…