There's a bug in GDASProfile because of a missing parameter in its initializer (is_regularization_enabled is missing in it)
Move all common parameters to the BaseProfile class and use args and kwargs in derived classes to fix this trivially. Also looks neater that way.
There's a bug in
GDASProfilebecause of a missing parameter in its initializer (is_regularization_enabledis missing in it)Move all common parameters to the
BaseProfileclass and useargsandkwargsin derived classes to fix this trivially. Also looks neater that way.