Skip to content

Commit 409f647

Browse files
committed
comment on TesRandLora
1 parent 6c6d441 commit 409f647

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_randlora.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ def forward(self, X):
4747
X = self.sm(X)
4848
return X
4949

50-
50+
# Tests copied from the TestVera class in test_vera.py.
51+
# Changes to the code file should be reflected here.
5152
class TestRandLora:
5253
@pytest.fixture
5354
def mlp(self):

0 commit comments

Comments
 (0)