-
# QHack 2022
### Team
Hey there! I am José Ignacio Espinoza Camacho, a Master's student doing my research in quantum computing. I am taking part of the Coding Challenge under the team name **JIEC*…
-
**Issue:**
For some reason, using `go.Heatmap` causes values to be dropped/excluded from the plot. I'm guessing they're being made NaN and filtered out somehow? `px.imshow` correctly includes all val…
-
**Describe the bug**
It appears that `liq_cue_out` values that are set close to the actual track ending causing often an unexpected track end. This can be seen as `Ffmpeg_decoder.End_of_file` in the …
RM-FM updated
9 months ago
-
## Full Traceback
```pytb
______________ ERROR collecting tests/preprocessing/graph_cuts.py ______________
tests/preprocessing/graph_cuts.py:10: in
from graspologic.preprocessing import graph…
-
I would like to create my own reconstruction datasest. I'm wondering if there is a tool to convert a design in .smt/.step/... format to a reconstruction json file. Thanks in advance!
-
I have a problem using the most recent SDDP package version with Gurobi 9.5.
When i try tu run a model, it makes multiple prints in each interation, son the overall problem takes more time to solve d…
-
### Description
Height of bars are incorrectly set on a histogram with a logarithmically scaled y axis, this is shown in the first screenshot.
### Steps to Reproduce
1. Create a chart of hist…
-
Hello,
I managed to complete the pipeline with your provided test dataset, however I get errors with my experimental dataset. One of them is below in the metrics step
```
ValueError: Bin edges …
-
@justinormont figured out that setting default # of iterations to 10 in the Averaged Perceptron learner would lead to better results
From: Justin Ormont
Sent: Monday, April 3, 2017 2:52:13 PM
Sub…
-
I am trying to solve the stokes equations using finite element method. I distributed the mesh across MPI processors using METIS. I assembled all the finite element matrices locally and stored them in …