Skip to content

Commit

Permalink
Add generic multistep_fit process in to module for use by plugins, eg…
Browse files Browse the repository at this point in the history
… veasl
  • Loading branch information
mcraig-ibme committed Jan 2, 2024
1 parent 5ec4939 commit ac587b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oxasl/basil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"""
from oxasl.options import OptionCategory, OptionGroup

from . import fabber_method, svb_method, vaby_method
from . import fabber_method, svb_method, vaby_method, multistep_fit

class Options(OptionCategory):
"""
Expand Down

0 comments on commit ac587b5

Please sign in to comment.