-
### Description
Currently, `iter_torch_batches` itself calls `iter_batches`,
https://github.com/ray-project/ray/blob/1d6983380b8adacd33f92588110a820e6587467c/python/ray/data/iterator.py#L393
…
-
Split out for further discussion from https://github.com/cf-json/cf-json.github.io/issues/10 , where @kwilcox originally asked whether we should add
> 3. Support for flattening the `data` array…
-
If I open a roman file (one of the regression test files for romancal) and use `to_flat_dict(include_arrays=False)` arrays are included in the flat dictionary.
```python
>>> import roman_datamodels …
-
For array data
```json
[
{ "asdf": 1},
{ "asdf": 2}
]
```
I am not able to get stringify to work for a give path
to reproduce:
```js
jp.stringify([1, "asdf"])
```
throws:
Uncaught E…
-
As JS supports nested arrays and working with those is extremely easy, I can't really see a reason why making groups is so hard (using separators doesn't sound like a really good idea). Maybe a better…
-
I was profiling writing of FITS tables with string columns (which has terrible performance at the moment) and I found that one of the bottlenecks is the following function in ``fitsrec.py``
```pyth…
-
### Describe the feature and motivation
Image processing (imgproc) is one of OpenCV flagship modules, actively used by many people, even in deep-learning era. Most of the stuff it contains is quite…
-
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…
-
Hi, I used the python version DRP. When processing the twilight flat file, I saw that the following error message shows up. Do I need to worry about it? Thanks.
**2021-05-17 06:56:56:KCWI:INFO: Usi…
-
`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…