Skip to content

Commit b35bbaf

Browse files
authored
Merge pull request #636 from mrava87/fix-addsparsity
minor: added all classes to __all__ in cls_sparsity
2 parents 6bcedc6 + 6d34db0 commit b35bbaf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pylops/optimization/cls_sparsity.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
__all__ = ["IRLS"]
1+
__all__ = [
2+
"IRLS",
3+
"OMP",
4+
"ISTA",
5+
"FISTA",
6+
"SPGL1",
7+
"SplitBregman",
8+
]
9+
210
import logging
311
import time
412
from typing import Any, Callable, Dict, List, Optional, Sequence, Tuple

0 commit comments

Comments
 (0)