Skip to content

Conversation

@jnbrunet
Copy link
Contributor

@jnbrunet jnbrunet commented Jun 25, 2020

Fix a bug where SOFA binaries was not always able to be pulled.
Remove unittest for in-place operations on readonly data containers

numpy.testing.assert_array_equal(c.position.array(), v*2.0)
c.position.value += 3.0
numpy.testing.assert_array_equal(c.position.array(), (v*2.0)+3.0)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

est ce volontaire d'avoir en mm temps cette modif dans les bindings?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes this test is broken since #1 was merged without checking the CI.

@damienmarchal damienmarchal merged commit 0a941c5 into sofa-framework:master Jun 25, 2020
@guparan guparan added this to the v20.12 milestone Oct 26, 2021
hugtalbot pushed a commit to hugtalbot/SofaPython3 that referenced this pull request Feb 6, 2023
…cmakeversion

Change min CMake version required - LAB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants