-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
What I did:
# already running redis on localhost
git clone git@github.com:gridsingularity/gsy-e.git
git clone git@github.com:gridsingularity/gsy-e-sdk.git
conda create -n gsy-e python=3.9
cd gsy-e
pip install -e .
cd ../gsy-e-sdk
pip install -e .
gsy-e -l INFO run -t 15s -s 15m --setup api_setup.default_community --slot-length-realtime 5 --start-date 2021-07-01 --enable-external-connection --paused
# in another terminal
gsy-e-sdk run --setup asset_api_scripts.redis_basic_strategies --run-on-redis
The Asset registers successfully, but when the simulation starts, the market ids are unknown and create a KeyError.
Could you please help me with this error?
Reactions are currently unavailable