We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f753dd5 + 09bc1ed commit 632ff22Copy full SHA for 632ff22
2 files changed
autoarray/__init__.py
@@ -37,4 +37,4 @@
37
from autoarray.structures.grids import Grid as grid, MaskedGrid as masked_grid
38
from autoarray.structures.kernel import Kernel as kernel
39
40
-__version__ = '0.2.1'
+__version__ = '0.2.2'
autoarray/exc.py
@@ -1,5 +1,3 @@
1
-from autofit.exc import FitException
2
-
3
class ArrayException(Exception):
4
pass
5
@@ -36,9 +34,5 @@ class PixelizationException(Exception):
36
34
35
-class FitException(Exception):
- pass
41
42
43
-class InversionException(FitException):
+class InversionException(Exception):
44
0 commit comments