Premkumar Subramanian
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
コメント
Premkumar Subramanianによる最近のアクティビティ-
Thanks Riley! Indeed it seems that we have been already unknowingly taking the risk by passing the custom objects to a tuplelist.As we didn't include `gurobipy-stubs` for gurobipy 10, we never noti...
-
That can be a last resort. But I still wonder why this error is thrown in the first place. I don't want to have unexpected results from Gurobi as I suppress this error.
-
Hi Riley, The code may even be able to run without issues, but I am blocked by this typing issue. MyPy, the type checker, doesn't see the custom Python class objects as valid ones in the list
-
Hi Matthias, The typing issue still continues even with the list as the list is expected to have `int | float | str` error: List item 0 has incompatible type "<Custom Python class>"; expected "int...