jpursell
jpursell
I'm having the same issue. I can reproduce it with this code ``` import numpy as np from mgwr.gwr import GWR cal_coords = np.random.randn(10,2) cal_y = np.random.randn(10,1) cal_X = np.random.randn(10,2)...
Howdy! In case anyone is still out there, I tried using this library and ran into a bug. The library panicked on the gcode generated by DrawingBotV3-Free. Anyways, I am...
This should be re-opened. I just got this unhelpful error ``` bash-4.4$ pixi shell × The current platform does not satisfy the minimal virtual package requirements ╰─▶ the project does...
I should mention that the fix for this was not to add something to [system-requirements], but rather I needed to add "linux-64" to the platforms. It be very helpful if...