Skip to content

Commit

Permalink
add test for legacy grid2op
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Jul 26, 2024
1 parent 1671b4c commit b56ccf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
name: legacy test (grid2op ~1.3)
command: |
source venv_test/bin/activate
pip install" grid2op~=1.3.0"
pip install "grid2op~=1.3.0"
sed -i -e 's/np.int)/np.int32)/g' venv_test/lib/python3.*/site-packages/grid2op/Backend/PandaPowerBackend.py
sed -i -e 's/np.bool/np.bool_/g' venv_test/lib/python3.*/site-packages/grid2op/dtypes.py
python -m unittest lightsim2grid/tests/test_compat_legacy_grid2op.py
Expand Down

0 comments on commit b56ccf0

Please sign in to comment.