Skip to content

Commit

Permalink
remove passing of low_mem flag to super
Browse files Browse the repository at this point in the history
  • Loading branch information
mklasby committed Nov 17, 2024
1 parent 04c0b8a commit 9b161e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sparsimony/dst/gmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def __init__(
super().__init__(
optimizer=optimizer,
defaults=defaults,
low_mem_mode=low_mem_mode,
*args,
**kwargs,
)
Expand Down

0 comments on commit 9b161e6

Please sign in to comment.