-
Just values are all strings. This is convenient, because it means that Just is effectively statically typed. It is impossible to provoke a type error.
However, it means that many desirable things a…
casey updated
2 weeks ago
-
I have a code that uses interior facet integrals on a `PeriodicUnitSquareMesh`. It works when I use `... * dS`. I then colour all interior facets with colour 1. The code does _not_ work if I use `... …
-
Hello,
I am running DIANN on an HPC and it's failing before generating all of the reports. Here is the end of the output file:
[281:53] Cross-run analysis
[281:53] Reading quantification informati…
-
Hi @Aghasemian
Just spotted a potential bug in the code:
https://github.com/Aghasemian/OptimalLinkPrediction/blob/ce6b1934bab396b8e6283c3afab343ab2aea830f/Code/OLP.py#L429C5-L434
Here, the …
-
Hi,
I have one question about "rescaled_pca_basis" in the eos PcaModel class.
I find when you initialize PcaModel, you will multiply the orthonormal pca basis with square root of eigenvalues.
I…
-
### Modpack Version
1.23.1
### Describe your issue.
The custom AE2 matter condenser values do not seem to propagate properly.
Expert mode.
`/config/ae2/common.json` does contain
```jso…
-
Hi,
One of my .nii files that I'm using to create a head mesh with charm has a different qform and sform. I used fslhd to check and the qform code is scanner anatomical 1, the affine doesn't seem a…
BiaS6 updated
3 weeks ago
-
Is this on purpose that these are plural (values, units)?
_Originally posted by @danielhuppmann in https://github.com/iiasa/ixmp4/pull/101#discussion_r1673363628_
As mentioned abov…
-
**Is your feature request related to a problem? Please describe.**
When using optimal reconciliation methods, if more than 1 timeseries in the hierarchy has constant 0 values or is highly correlated …
-
The parsing model supports setting errors for individual tokens, but there are two problems with the current approach:
1. Errors (typically syntax errors) aren't separated from warnings (typically …