Skip to content

Commit

Permalink
fix setter of config.selftest
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Dec 10, 2024
1 parent 86303a2 commit 3cdeda9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions slothy/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1329,8 +1329,6 @@ def variable_size(self,val):
self._variable_size = val
@selftest.setter
def selftest(self,val):
if hasattr(self.arch, "Checker") is False:
raise InvalidConfig("Trying to enable checker, but architecture model does not seem to support it")
self._selftest = val
@selftest_iterations.setter
def selftest_iterations(self,val):
Expand Down

0 comments on commit 3cdeda9

Please sign in to comment.