Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion expert_backend/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@
"expert_op4grid_recommender.action_evaluation",
"expert_op4grid_recommender.action_evaluation.classifier",
"expert_op4grid_recommender.environment_pypowsybl",
"expert_op4grid_recommender.utils.simulation_pypowsybl",
# utils.simulation is the single backend-agnostic simulation module since the
# recommender's R4 refactor unified the grid2op/pypowsybl pair (the old
# utils.simulation_pypowsybl was deleted).
"expert_op4grid_recommender.utils.simulation",
"expert_op4grid_recommender.environment",
"expert_op4grid_recommender.pypowsybl_backend",
"expert_op4grid_recommender.pypowsybl_backend.simulation_env",
Expand Down
Loading