Skip to content

Commit 29dd2c8

Browse files
nhuetducoffeM
authored andcommitted
Change skip message for core backward
1 parent 3a71558 commit 29dd2c8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/autolirpa/test_core_backward.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
import pytest
22
from keras.layers import Dense
33

4-
pytest.skip(reason="Seg faulting", allow_module_level=True)
4+
pytest.skip(
5+
reason="Decomon for backward layers not yet mature. "
6+
"Bounds for backward layers are different from autolirpa ones.",
7+
allow_module_level=True,
8+
)
59

610

711
def _test_backward_dense_empirical_backward(units, input_shape, method, helpers):

0 commit comments

Comments
 (0)