You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "try_snapvx_00.py", line 25, in <module>
gvx.Solve() # Solve the problem
File "/home/kbriggs/.local/lib/python3.8/site-packages/snapvx.py", line 150, in Solve
self.__SolveADMM(NumProcessors, Rho, MaxIters, EpsAbs, EpsRel,
File "/home/kbriggs/.local/lib/python3.8/site-packages/snapvx.py", line 469, in __SolveADMM
self.value = self.GetTotalProblemValue()
File "/home/kbriggs/.local/lib/python3.8/site-packages/snapvx.py", line 479, in GetTotalProblemValue
var.value = self.GetNodeValue(nid, varName)
File "/home/kbriggs/.local/lib/python3.8/site-packages/snapvx.py", line 524, in GetNodeValue
return value[offset:(offset + temp)]
IndexError: too many indices for array: array is 0-dimensional, but 1 were indexed
The text was updated successfully, but these errors were encountered:
Using the first example on the webpage:
The text was updated successfully, but these errors were encountered: