diff --git a/learnware/learnware/base.py b/learnware/learnware/base.py index eb2aaea..09e832c 100644 --- a/learnware/learnware/base.py +++ b/learnware/learnware/base.py @@ -58,7 +58,7 @@ class Learnware: def update_stat_spec(self, name, new_stat_spec: BaseStatSpecification): self.specification.update_stat_spec(name, new_stat_spec) - + def update(self): # Empty Interface. raise NotImplementedError("'update' Method is NOT Implemented.")