Skip to content

Commit

Permalink
Minor test patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lihuoran committed Sep 19, 2021
1 parent 1378296 commit 67920a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/cim/test_cim_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@

import yaml

from maro.simulator.scenarios.cim.business_engine import CimBusinessEngine

os.environ["MARO_STREAMIT_ENABLED"] = "true"
os.environ["MARO_STREAMIT_EXPERIMENT_NAME"] = "cim_testing"

from maro.data_lib.cim import dump_from_config
from maro.data_lib.cim.entities import PortSetting, Stop, SyntheticPortSetting, VesselSetting
from maro.data_lib.cim.vessel_stop_wrapper import VesselStopsWrapper
from maro.simulator import Env
from maro.simulator.scenarios.cim.business_engine import CimBusinessEngine
from maro.simulator.scenarios.cim.common import Action, ActionType, DecisionEvent
from maro.simulator.scenarios.cim.ports_order_export import PortOrderExporter
from tests.utils import backends_to_test, compare_dictionary
Expand Down

0 comments on commit 67920a2

Please sign in to comment.