- Aug 24, 2020
-
-
Guilhem Saurel authored
-
- Mar 19, 2020
-
-
Guilhem Saurel authored
-
- Dec 05, 2019
-
-
Guilhem Saurel authored
This adds a command in Custom Entity that acts on the input signal. Acting on this input signal before setting it should raise an exception from dynamic-graph. test_dg_exc was added to check that, and fails for now. ref https://github.com/stack-of-tasks/dynamic-graph-python/issues/39 While here, fix exception type check in test_bindings.
-
- Dec 03, 2019
-
-
Guilhem Saurel authored
As, from the docs: > Passing arguments of the wrong type (e.g. passing a list when an int > is expected) should result in a TypeError. Thanks @jmirabel
-
- Dec 02, 2019
-
-
Guilhem Saurel authored
thanks @jviereck
-
Guilhem Saurel authored
-
- Nov 28, 2019
-
-
Guilhem Saurel authored
While here, develop test from previous commit, and fix another test in the same file. fix #36
-
Guilhem Saurel authored
For now, this test doesn't pass, as an exception is not properly fired, but we get a segfault instead.
-
- Nov 04, 2019
-
-
Guilhem Saurel authored
-