diff --git a/easyCore/Objects/Job/Job.py b/easyCore/Objects/Job/Job.py index 3f19c5f..8bf9eb5 100644 --- a/easyCore/Objects/Job/Job.py +++ b/easyCore/Objects/Job/Job.py @@ -75,8 +75,8 @@ def analysis(self, analysis: AnalysisBase): # raise NotImplementedError("info setter not implemented") @abstractmethod - def calculate_model(self, *args, **kwargs): - raise NotImplementedError("calculateModel not implemented") + def calculate_theory(self, *args, **kwargs): + raise NotImplementedError("calculate_theory not implemented") #pass @abstractmethod