Sean Ma
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Sean Ma-
Python matrix api with non-writable numpy float64 array error: buffer source array is read-only
AnsweredCode to duplicate the error (float32 type is OK - seems the api trying to do calculation in place for the float64 type):import numpy as np import gurobipy as gp model = gp.Model('gurobi_test') v = ...