-
With `ext2spice short resistor`, MPW-3 slot-019 extracts with 2 shorts in `AW_RD_analog_mux`.
```
R0 EN1 ENB1 0.000000
R1 VGND_uq0 VGND 0.000000
```
`EN1` to `ENB1` is a true error, but `VGND_uq0…
-
[Resholve’s parser for `sudo` is supposed to support `sudo --version`](https://github.com/abathur/resholve/blob/3e7f0191d787184a5dbebdab7ad0b634d0d1b642/resholve#L2045), but it doesn’t work. This Nix …
-
Hi,
I've stumble on your interesting package as it stand at the 'intersect' two of my (current interests (Clojure and causality).
I believe adding links to your papers and other refs in the READ…
-
hi @jenatali,
After installing the "OCL/OGL CompatPack" (v2302.1.0) on an Intel x64 machine, I notice that the CompatPack "DLL redirect" (opencl.dll -> OpenCLOn12.dll and opengl32.dll -> OpenGLOn12…
-
Based on user feedback, we're hearing it would be nice for users to republish/refresh their readme without bumping their package version.
See example feedback:
https://twitter.com/mrvautin/status/7…
-
This is a followup for various proportion test, confidence intervals, power, e.g. #2605
In paired samples we have 1 to 1 matching between two groups of individuals (e.g. 1 treatment - 1 control). The…
-
I ran into an example with some badly scaled variables (Cameron Trivedi count data similar to randhi).
It took me a while to figure out that the bad scaling was the reason for numerical problems:
- v…
-
**Describe the bug**
Getting an error when operating in parallel that I don't see when not parallel.
This is only reproducible when things have been altered in the parallel read option.
**To …
-
At its heart, what you seem to be building here is a knowledge graph with known and as yet unknown end members. I'd encourage thinking about it this way, building a conceptual model for the graph, and…
-
### Reproducing code example:
The `nanmean` function over a fully masked int array works, whereas a float array does not:
```python
import numpy as np
>>> aa = np.ma.array([[1, 2], [3, 4…