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
Specifically, the cpp_vloat correctly has trouble with accessing pt for a float. So pylance gives you a red squiggle. However, you can run this cell just fine. When you get around to deliver, then you get an actual exception that says you can't access pt. Shouldn't that exception happen here, near the line of code that caused it?
The text was updated successfully, but these errors were encountered:
The following code contains a type-related error:
Specifically, the
cpp_vloat
correctly has trouble with accessingpt
for a float. Sopylance
gives you a red squiggle. However, you can run this cell just fine. When you get around todeliver
, then you get an actual exception that says you can't accesspt
. Shouldn't that exception happen here, near the line of code that caused it?The text was updated successfully, but these errors were encountered: