Closed Qubus0 closed 3 days ago
apparently the implicit conversion of an empty array created with Array() breaks (at least in g4.2) - explicitly converting it with str() fixes it though.
Array()
apparently the implicit conversion of an empty array created with
Array()
breaks (at least in g4.2) - explicitly converting it with str() fixes it though.