Skip to content

Commit

Permalink
rename a method
Browse files Browse the repository at this point in the history
  • Loading branch information
rozyczko committed Apr 17, 2024
1 parent 41ffdd8 commit ce54fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easyCore/Objects/Job/Job.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce54fe4

Please sign in to comment.