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
I can't fill the edge weight column with a single number when this column is dynamic. However I would like to erase the dynamic weight and replace it by a static value.
The text was updated successfully, but these errors were encountered:
Is it possible to cast it silently? Or if not possible, to raise a message explaining that it is not possible? Currently there is no warning and no change, so it feels like a bug.
A silent cast for parsing dynamic types without intervals info would be possible, but what default interval should be used? Maybe [-Infinity, Infinity, simple_value_by_user]
Also, a warning on filling a column with a value when that column was not able to parse the value seems appropiate, yes.
Hi,
I can't fill the edge weight column with a single number when this column is dynamic. However I would like to erase the dynamic weight and replace it by a static value.
The text was updated successfully, but these errors were encountered: