Skip to content

Commit 48debad

Browse files
Doc update
1 parent d13040d commit 48debad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/unit/test_models.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ def test_DeepSynergy(self):
7070
model = DeepSynergy(x=2)
7171
assert model.x == 2
7272

73+
def test_DeepDDS(self):
74+
model = DeepDDS(x=2)
75+
assert model.x == 2
76+
7377
def test_MatchMaker(self):
7478
model = MatchMaker(x=2)
7579
assert model.x == 2

0 commit comments

Comments
 (0)