Skip to content

Commit

Permalink
small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdenker committed Sep 4, 2024
1 parent d322121 commit b506d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def __init__(self, data,
This is just an example. Try to modify and improve it!
"""
mode = kwargs.get("mode", "sequential")
mode = kwargs.get("num_subsets", 1)
num_subsets = kwargs.get("num_subsets", 1)

data_sub, acq_models, obj_funs = partitioner.data_partition(data.acquired_data, data.additive_term,
data.mult_factors, num_subsets,
Expand Down

0 comments on commit b506d21

Please sign in to comment.