Skip to content

Commit

Permalink
Merge pull request #56 from ZKStats/feat/access-data-with-key
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
mhchia authored Jul 4, 2024
2 parents d4c30d1 + 9e9205c commit 778b6c4
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 778b6c4

Please sign in to comment.