fixed bug with loading emane models in tests, after changing how emane models are loaded
This commit is contained in:
parent
ceb2e54679
commit
e35b4a0a4b
1 changed files with 0 additions and 3 deletions
|
@ -324,9 +324,6 @@ def session():
|
||||||
session_fixture.location.setrefgeo(47.57917, -122.13232, 2.00000)
|
session_fixture.location.setrefgeo(47.57917, -122.13232, 2.00000)
|
||||||
session_fixture.location.refscale = 150.0
|
session_fixture.location.refscale = 150.0
|
||||||
|
|
||||||
# load emane models
|
|
||||||
session_fixture.emane.loadmodels()
|
|
||||||
|
|
||||||
# return session fixture
|
# return session fixture
|
||||||
yield session_fixture
|
yield session_fixture
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue