Skip to content

Commit

Permalink
Update mumax3c/drivers/relaxdriver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m authored Mar 1, 2024
1 parent 1e7f773 commit 05b56b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mumax3c/drivers/relaxdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ def _checkargs(self, **kwargs):

def _check_system(self, system):
"""Checks the system has dynamics in it"""
if len(system.dynamics) == 0:
raise RuntimeError("System's dynamics is not defined")
if len(system.energy) == 0:
raise RuntimeError("System's energy is not defined")

Expand Down

0 comments on commit 05b56b6

Please sign in to comment.