Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdenker committed Sep 27, 2024
1 parent d7986cc commit 5c49a69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bsrem_saga.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def __init__(self, data, initial,
'''
super().__init__(**kwargs)
self.x = initial.copy()
self.initial = initial.copy()
self.data = data
self.num_subsets = len(data)

Expand Down

0 comments on commit 5c49a69

Please sign in to comment.