Skip to content

Commit 9b8ce88

Browse files
committed
Rename Driver instance in AutoSAS_Driver to improve clarity
1 parent 73111b0 commit 9b8ce88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AFL/double_agent/AutoSAS_Driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class AutoSAS_Driver(AutoSASWebAppMixin, Driver):
2727
defaults["fit_method"] = SASFitter.DEFAULT_FIT_METHOD
2828

2929
def __init__(self):
30-
Driver.__init__(self, name="SAS_model_fitter", defaults=self.gather_defaults())
30+
Driver.__init__(self, name="AutoSAS", defaults=self.gather_defaults())
3131
self._autosas_webapp_init()
3232
self.status_str = "Fresh Server!"
3333
self.fitter = None

0 commit comments

Comments
 (0)