Skip to content

Commit 11b6cd2

Browse files
author
Fedor Baart
committed
Merge branch 'master' of github.com:openearth/mmi-python
* 'master' of github.com:openearth/mmi-python: fix pause initial state
2 parents b4da1a9 + 5fa16d1 commit 11b6cd2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mmi/runner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ def create_bmi_model(self, engine, bmi_class=None, wrapper_kwargs=None):
139139
model = wrapper_class(
140140
**wrapper_kwargs
141141
)
142-
# by default start running
143-
model.state = 'play'
144142
return model
145143

146144
def register(self):

0 commit comments

Comments
 (0)