fixed bug with loading emane models in tests, after changing how emane models are loaded

This commit is contained in:
Blake J. Harnden 2018-02-07 16:55:53 -08:00
parent ceb2e54679
commit e35b4a0a4b

View file

@ -324,9 +324,6 @@ def session():
session_fixture.location.setrefgeo(47.57917, -122.13232, 2.00000)
session_fixture.location.refscale = 150.0
# load emane models
session_fixture.emane.loadmodels()
# return session fixture
yield session_fixture