Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jicampos committed Jan 14, 2025
1 parent c6a414f commit 4cfc2e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/pytest/test_pytorch_profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def test_sequential_model(layers):
param_count, layers = layers
model = torch.nn.Sequential(*layers)
wp, _, _, _ = hls4ml.model.profiling.numerical(model)
wp.savefig('test.png')
assert count_bars_in_figure(wp) == param_count


Expand Down

0 comments on commit 4cfc2e5

Please sign in to comment.