Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mhchia committed Jul 4, 2024
1 parent b268b50 commit 9e9205c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def compute(
else:
selected_columns = selected_columns_params

state, model = computation_to_model(computation, precal_witness_path, True, selected_columns, selected_columns)
state, model = computation_to_model(computation, precal_witness_path, True, selected_columns)
compute_model(basepath, data, model, scales_params, selected_columns_params)
return state

Expand Down

0 comments on commit 9e9205c

Please sign in to comment.