Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fjulian committed Jul 13, 2022
1 parent 31a2099 commit 022edec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/graphgym/test_graphgym.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def test_graphgym_module(tmpdir):
assert isinstance(scheduler[0], torch.optim.lr_scheduler.CosineAnnealingLR)

cfg.params = params_count(model)
assert cfg.params == 23880
assert cfg.params == 23883

keys = {"loss", "true", "pred_score", "step_end_time"}
# test training step
Expand Down

0 comments on commit 022edec

Please sign in to comment.