Skip to content
Snippets Groups Projects
Commit 4b98052e authored by aastorg2's avatar aastorg2
Browse files

renaming method name

parent b8798a30
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ class TeacherBase(abc.ABC):
pass
@abc.abstractmethod
def is_positive_example(self, ex) -> Optional[bool]:
def is_safe_state(self, ex) -> Optional[bool]:
raise NotImplementedError
@abc.abstractmethod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment