Skip to content

Commit

Permalink
will this pass lint?
Browse files Browse the repository at this point in the history
gumityolcu committed May 21, 2024
1 parent 62a73ae commit 8f13c38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/metrics/test_randomization_metrics.py
Original file line number Diff line number Diff line change
@@ -21,6 +21,7 @@ def parameter_randomization_test(model, request):
assert torch.norm(param1.data - param2.data) > 1e3 # norm of the difference in parameters should be significant


@pytest.mark.parametrize()
def model_randomization_test():
assert torch.__version__ == "2.0.0"
gen = torch.Generator()

0 comments on commit 8f13c38

Please sign in to comment.