Skip to content

Commit

Permalink
fix test_debug_print
Browse files Browse the repository at this point in the history
Follow-up of #173
  • Loading branch information
piercus authored Jan 12, 2024
1 parent 457c3f5 commit dba9065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fluxion/layers/test_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ def test_setattr_dont_register() -> None:


EXPECTED_TREE = (
"(CHAIN)\n ├── Linear(in_features=1, out_features=1) (x2)\n └── (CHAIN)\n ├── Linear(in_features=1,"
" out_features=1) #1\n └── Linear(in_features=2, out_features=1) #2"
"(CHAIN)\n ├── Linear(in_features=1, out_features=1, device=cpu, dtype=float32) (x2)\n └── (CHAIN)\n ├── Linear(in_features=1,"
" out_features=1, device=cpu, dtype=float32) #1\n └── Linear(in_features=2, out_features=1, device=cpu, dtype=float32) #2"
)


Expand Down

0 comments on commit dba9065

Please sign in to comment.