-
Hi,
I am stumbling over a problem w/ 4-vectors in uproot_methods:
Consider the problem of having events with lorentz vectors and wanting to boost all of them into their rest frame. The operation…
-
The enabling condition of the adaptor formatter around line 838 of ranges.h is:
enable_if_t>
This is probably supposed to be:
enable_if_t>
So that the formatter may be disabled…
-
JsonPath is more complicated, requires complex string parsing, requires the implementation of many features that are not necessary to select a claim, and is a query language, not a point…
-
### Description
Yes, I know what that title sounds like. You don't know want to know how long this has taken me to track down.
First of all, a repro:
```python
import jax
import jax.numpy as jn…
-
`popeos.eos` implements the equation of state for the POP ocean model. Applying it to a large dataset (number of time level = 816) is producing a memory error. I suspect that this is avoidable if the…
-
Hi,
According to the code in net_CTU64.py, it is necessary to get the ground truth for 64*64, 32*32 and 16*16 with the HCPM map as input, so you first reshape the input y into y_image and the get …
-
Is it somehow possible to allow `gl-matrix` to use only `Float32Array`, disallowing any usage of normal js arrays?
-
Currently, we do not perform image data quality checks on the flats, which has allowed some marginal or deficient flats to be used in the image correction.
- [ ] Dark corrected flats must be pr…
-
### Description
When using the Eel helper `Array.filter` flat array without keys can turn into associative array which might break other code.
This is the example from the docs
Array.filte…
-
Currently `ArrayType()` iterates element-wise over an array type using the default `iterate(x::T)` method when serializing. This has the effect of flattening higher dimensional arrays into vectors. Ma…
Byrth updated
2 years ago