Skip to content

Commit

Permalink
Revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
nkanazawa1989 committed Oct 27, 2023
1 parent 1038bd8 commit 2b6b70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/curve_analysis/test_baseclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ def _default_options(cls):
return options

def _initialize(self, experiment_data):
super()._initialize(experiment_data)

# Generate model with `model_var` option
self._models = [
Expand All @@ -372,7 +373,6 @@ def _initialize(self, experiment_data):
name="test",
)
]
super()._initialize(experiment_data)

analysis = CustomAnalysis()
analysis.set_options(
Expand Down

0 comments on commit 2b6b70d

Please sign in to comment.