We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb2f394 + 1892b97 commit c100282Copy full SHA for c100282
1 file changed
autogalaxy/interferometer/model/analysis.py
@@ -42,6 +42,7 @@ def __init__(
42
settings: aa.Settings = None,
43
title_prefix: str = None,
44
use_jax: bool = True,
45
+ **kwargs,
46
):
47
"""
48
Fits a galaxy model to an interferometer dataset via a non-linear search.
@@ -80,6 +81,7 @@ def __init__(
80
81
settings=settings,
82
title_prefix=title_prefix,
83
use_jax=use_jax,
84
85
)
86
87
@property
0 commit comments