Matthew Vernacchia
Matthew Vernacchia
I would like to be able to open TIFF images with WebPlotDigitizer. I am using the desktop version. When I try to open a TIFF, it hangs with a "Processing..."...
**Describe the bug** On a small, feasible, integer linear program, the GLPK_MI solver fails with the following error: ``` glp_add_cols: ncs = 0; invalid number of columns Error detected in...
From a quick look at `package.json`, it seems this only supports Vue 2. I'd like to have a version that's usable in Vue 3.
Add the [triangular distribution](https://en.wikipedia.org/wiki/Triangular_distribution) to the set of available uncertainties. Example usage of the new feature: ```python """Demonstrate new trianguar distribution feature in Rhodium.""" import numpy as np import matplotlib.pyplot...
I found that incorrect type arguments to numpy types produce mypy errors lines without line numbers, which in turn crash typing_copilot. Example of incorrect numpy type argument: ```python def f(z:...
When I try to run TRICAL, I get a memory corruption error: ``` ipython -m TRICAL 9.81 1e-4 html accel_multiaxis.csv accel_multiaxis.html *** Error in `/usr/bin/python': malloc(): memory corruption: 0x0000000001a6db20 ***...
I needed to remove `-Weverything` and `-Wno-documentation` from the `set(CMAKE_C_FLAGS` string in `CMakeLists.txt`.
I got the following error when building: ``` error: expected ‘;’, ‘,’ or ‘)’ before ‘instance’ void TRICAL_measurement_calibrate(TRICAL_instance_t *restrict instance, ``` I was able to fix this by including `-std=c99`...
For integer linear program models created via `highspy` v1.7.1, it seems that models created with `addCol` run a bit faster than models created with `addVariable`. The timing data below show...