Skip to content

Commit

Permalink
fix broken test due to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Oct 11, 2024
1 parent 027b462 commit 45cac39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion grid2op/tests/indep_test_detailed_topo_extended.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
import cProfile
import unittest
import numpy as np
from test_compute_switch_pos import AuxTestComputeSwitchPos
from grid2op.tests.helper_path_test import *

from grid2op.tests.test_compute_switch_pos import AuxTestComputeSwitchPos


CPROF = False
Expand Down

0 comments on commit 45cac39

Please sign in to comment.