-
**Describe the bug**
Take 2 copies of the same audio signal. Hand them to *multitrack* to produce a 2-track player. Play both tracks simultaneously. There's an echo. Ergo, the tracks are playing a to…
-
I'm trying to build and run the [icetray](https://github.com/icecube/icetray) framework on an M1 Mac.
Framework Repository: https://github.com/icecube/icetray
Framework Documentation: https://docs…
fiedl updated
2 years ago
-
Here is a profile of essentially running DFlowData.clean_data() + all the methods in WalkingData (including inverse dynamics compuations).
```
7641430 function calls (7640347 primitive calls…
-
I tried to remap the RDRS 2.1 forcing over the whole Canada and transboundary basin (USA part) for vector MESH. It worked well over most of the area except around 60 degrees North parallel where the r…
-
Hello! I tried bash "multipleviewprogress.sh (youe dataset name)". Then got this error after trial of bundle adjustment.
please give me advice what I should check.
Especially I'm concerned about f…
-
### Describe the issue:
I am embedding CPython and executing within threads. We are getting a "bus error" when importing numpy within a pthread function, but importing numpy within the "main thread…
-
# Previous title: conda-lock -f environment.yml returns JSONDecodeError and fails
### Checklist
- [X] I added a descriptive title
- [X] I searched open reports and couldn't find a duplicate
…
-
### Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### Description of the bug
There's error message after running the foll…
-
It would be really nice if matplotlib could handle the plotting of spherical polygons. I (and several other volunteers) have been working to integrate spherical Voronoi diagram code into scipy (pull r…
-
Got an AttributeError.
Code:
``` python
import fast_hdbscan
from sklearn.datasets import make_blobs
data, _ = make_blobs(1000)
clusterer = fast_hdbscan.HDBSCAN(min_cluster_size=10)
cluste…