Skip to content

Commit

Permalink
fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Apr 16, 2024
1 parent dfa194d commit df29d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_compressed.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_compressed_reconfigure(order_only):
inputs,
output,
size_dict,
optimize=ctg.path_greedy.GreedyCompressed(chi),
optimize=ctg.path_compressed_greedy.GreedyCompressed(chi),
)
tree_wr = tree.windowed_reconfigure(minimize, order_only=order_only)
assert tree_wr.peak_size(chi) < tree.peak_size(chi)

0 comments on commit df29d54

Please sign in to comment.