You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The coupled_model.py script we provide doesn't have a if __name__ == '__main__' guard around the top-level code, causing it to fail on platforms that spawn, i.e. macOS and Windows. A guard should be added.
The text was updated successfully, but these errors were encountered:
The
coupled_model.py
script we provide doesn't have aif __name__ == '__main__'
guard around the top-level code, causing it to fail on platforms that spawn, i.e. macOS and Windows. A guard should be added.The text was updated successfully, but these errors were encountered: