-
I accidentally added a lot of 20mb files, 900mb total, to 10x project. (same kind as in https://github.com/slynch8/10x/issues/1883 just much more).
10x becomes unresponsive after few secs, maxing mem…
-
### Proposed new feature or change:
For `numpy.typing.NDArray`, the argument needs to be a subtype of `numpy.generic`. However, this leads to problem since we can no longer specify concrete types f…
-
pitch = VerticalPitch(line_color='#cfcfcf', line_zorder=2, pitch_color='#122c3d')
fig, axs = pitch.grid(nrows=11, ncols=4, space=0.1, figheight=40,
title_height=0, endnote_heig…
-
Is there any particular reason why is the current implementation restricted to 1-dimensional arrays?
In particular, right now I want to use this crate to read a `bsr_matrix` saved by `scipy.sparse.…
ExpHP updated
3 years ago
-
Hello,
I am trying to perform Bulge-Disk Decomposition on generated galaxy images and am using color_plot_together.py (from demo_color) on them.
I keep getting the following plots:
![jwst070_444]…
-
Hi,
What is the simplest method to create geometry3Sharp mesh from array of floats that represent vertex coordinates and array of face id?
I tried this one below but this produces error:
//me…
-
What `[1, , 2, , , 2, 1].unique()` should return?
At least there are three options:
1. Treat empty items as `undefined`, so returns `[1, undefined, 2]`.
This matches what `[...new Set(arr)]…
-
Reflection of member array types is possible by refining magic_get methods.
## Recursive scheme
Here's a scheme for finding an aggregate's member types one at a time:
Given an aggregate-initia…
-
### Bug report
**Bug summary**
When running `plt.pcolormesh(X, Y, C, shading='flat')`, if `C.shape == (nrows, ncols)`, then if `X` and `Y` are 2-D arrays, their shapes must be either `(nrows, nc…
-
A bad pixel mask should be generated for each frame being used in the top-of-telescope calibration process.
For each individual calibration frame, a bad pixel mask should be derived and then ANDed …