Skip to content

Commit 632ff22

Browse files
committed
- Major refactor on stcutures, datas etc.
Merge branch 'release/0.2.2'
2 parents f753dd5 + 09bc1ed commit 632ff22

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

autoarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
from autoarray.structures.grids import Grid as grid, MaskedGrid as masked_grid
3838
from autoarray.structures.kernel import Kernel as kernel
3939

40-
__version__ = '0.2.1'
40+
__version__ = '0.2.2'

autoarray/exc.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from autofit.exc import FitException
2-
31
class ArrayException(Exception):
42
pass
53

@@ -36,9 +34,5 @@ class PixelizationException(Exception):
3634
pass
3735

3836

39-
class FitException(Exception):
40-
pass
41-
42-
43-
class InversionException(FitException):
37+
class InversionException(Exception):
4438
pass

0 commit comments

Comments
 (0)