Skip to content

Commit

Permalink
Merge pull request #636 from mrava87/fix-addsparsity
Browse files Browse the repository at this point in the history
minor: added all classes to __all__ in cls_sparsity
  • Loading branch information
mrava87 authored Jan 23, 2025
2 parents 6bcedc6 + 6d34db0 commit b35bbaf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pylops/optimization/cls_sparsity.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
__all__ = ["IRLS"]
__all__ = [
"IRLS",
"OMP",
"ISTA",
"FISTA",
"SPGL1",
"SplitBregman",
]

import logging
import time
from typing import Any, Callable, Dict, List, Optional, Sequence, Tuple
Expand Down

0 comments on commit b35bbaf

Please sign in to comment.