-
Following @alexrockhill addition of https://mne.tools/stable/auto_examples/preprocessing/eeg_bridging.html and #10587
What about the case where more than 2 electrodes are bridged together, e.g. whe…
-
### Application Version
5.3.0/1
### Platform
Manjaro
### Printer
unrelated
### Reproduction steps
Open the attached `3mf` and slice it with both **`5.2.2`** & **`5.3.0/1`**, compa…
-
Hello all,
I was trying to convert .msh file to vtu files with msh2vtu.py but when I run it, the terminal return this error:
--> python3 msh2vtu.py mesh.msh
MeshIO 5.3.4 found, MSH2VTU was te…
-
the image fills of features seem to displace after saving the SVG via the SaveFlatmap script. It is difficult to pinpoint when or what exactly causes this. After cleaning the SVG up, saving and pushin…
-
## Device
- Product name: Hue gradient lightstrip
- Manufacturer: Signify Netherlands B.V.
- Model identifier: LCX004
- Device type : Extended Color Light
deCONZ already supports this light str…
-
@andrewsu proposes finding a way to detect when a query is going to return a ridiculously high number of results and return an error (will return too many results, please narrow the scope of the query…
-
Plain and simple :
```
sage: d = DiGraph({2:[1],3:[1]})
sage: p1 = Poset(d)
sage: p2 = p1.relabel({1:1,2:3,3:2})
sage: p1.hasse_diagram() == p2.hasse_diagram()
True
sage: p1 == p2
False
```
Thi…
-
According to William, the doctest coverage of categories is too low:
```
action.pyx: 0% (0 of 31)
functor.pyx: 17% (3 of 17)
map.pyx: 27% (10 of 37)
morphism.pyx: 20% (5 of 24)
pushout.py: 24% (19 …
-
FareySymbol is a **fast** implementation of the **KFarey** package for Sage.
The major changes done by me:
* created an object oriented coherent class interface
* implemented a C++ module with py…
-
... as found by `git grep '^from sage.plot.*import'`
In Cython files, we move the imports into the methods instead.
Depends on #22081
CC: @orlitzky
Component: **refactoring**
Author: **Matthi…