Skip to content

Commit 8d8cf85

Browse files
Automated black formatting
1 parent 00e5dfe commit 8d8cf85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tests/test_convexity.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ def test_language_convexity(self):
102102
)
103103
print(
104104
np.abs(
105-
np.array([[0.465, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.465]]).T -
106-
simple_lang.reconstructed_meanings,
105+
np.array([[0.465, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.465]]).T
106+
- simple_lang.reconstructed_meanings,
107107
)
108108
> 1e-12
109109
)

0 commit comments

Comments
 (0)