Skip to content

Commit

Permalink
Apply pre-commmit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayapreethi authored and actions-user committed Apr 30, 2024
1 parent a62f321 commit 225e564
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/interfaces/python/test_5_tcopflow.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
import exago
from mpi4py import MPI
import tempfile
import os
import shutil
import pytest
from check_preconditions import check_preconditions
import mpi4py.rc
mpi4py.rc.threads = False
from mpi4py import MPI
import exago

check_preconditions()

exago_ignore = -1000000



def run_tcopflow(solver):
tcopf = exago.TCOPFLOW()
path = exago.prefix()
Expand All @@ -22,7 +21,7 @@ def run_tcopflow(solver):
tcopf.set_network_data(os.path.join(
path, 'share', 'exago', 'datafiles', 'case9', 'case9mod_gen3_wind.m'))
tcopf.set_solver(solver)

tcopf.setup()
tcopf.solve()

Expand Down

0 comments on commit 225e564

Please sign in to comment.