-
IRB transcript:
```
> irb
irb(main):001> require 'plurimath'
=> true
irb(main):002> formula = Plurimath::Math.parse("ubrace(1+2+3+4)_(\"4 terms\")", :asciimath)
=>
# formula.to_display(:formul…
-
eg
group: 2405_treat_rep1
error:
Error in parse(text = e[j]) : :1:5: unexpected input
1: 2405_
^
4.
parse(text = e[j])
3.
makeContrasts(contrasts = contrast_strings, levels = co…
-
### NPOI Version
2.7.1
### File Type
XLSX
### Issue Description
When I attempt to evaluate a formula using NPOI, I encounter the following error:
```plaintext
NPOI.Util.RuntimeException…
-
As per patsy's [documentation](https://patsy.readthedocs.io/en/latest/formulas.html#intercept-handling), the following results in a design matrix with no intercept:
```python
>>> patsy.dmatrix('a …
-
### Check for existing bug reports before submitting.
- [X] I searched for existing Bug Reports and found no similar reports.
### Expected Behavior
With rendering of graphical dice enabled, (either…
-
### 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…
-
**What league what you like to add?**
Formula 1
**Data Sources**
Idk
**A Quick Question**
- [ ] Are you willing to work on this?
-
### Your GTNH Discord Username
_No response_
### Your Pack Version
Nightly +711
### Your Server
SP
### Java Version
Java 21
### Type of Server
None
### Your Expectation
The formula is ((Fil…
-
### ClosedXML Version
0.104.1
### File Type
XLSX
### Issue Description
When I attempt to evaluate a formula using ClosedXML, I encounter the following issue:
```System.ArgumentOutOfRange…
-
I would like to compute an einsum according to the following formula:
```
n = 8192
arrays = [jax.random.normal(key=jax.random.PRNGKey(0), shape=(n, n)) for _ in range(6)]
formula = 'ij,ik,il,jk,…