Skip to content

Commit d84b6cb

Browse files
authored
Fix legacy version passed (#523)
1 parent 2fc770f commit d84b6cb

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)