Skip to content

Commit 0aa7a28

Browse files
committed
Fix legacy version passed
1 parent 2fc770f commit 0aa7a28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/Sofa/src/SofaPython3/Sofa/Core/Binding_Node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ class NumpyReprFixerRAII
249249
{
250250
m_setPO = m_numpy.attr("set_printoptions");
251251
m_initialState = m_numpy.attr("get_printoptions")();
252-
m_setPO("legacy"_a = true);
252+
m_setPO("legacy"_a = "1.25");
253253
}
254254
}
255255

0 commit comments

Comments
 (0)