Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
ksbeattie committed Nov 20, 2024
1 parent 0b912dd commit 6eceae4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion foqus_lib/framework/optimizer/SM_Optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
from pyomo.opt import SolverFactory

pyutilib.subprocess.GlobalData.DEFINE_SIGNAL_HANDLERS_DEFAULT = False
import pyDOE # pylint: disable=unused-import
import pyDOE # pylint: disable=unused-import

Check warning on line 57 in foqus_lib/framework/optimizer/SM_Optimizer.py

View check run for this annotation

Codecov / codecov/patch

foqus_lib/framework/optimizer/SM_Optimizer.py#L57

Added line #L57 was not covered by tests
from smt.sampling_methods import LHS

packages_available = True
Expand Down
1 change: 1 addition & 0 deletions foqus_lib/unit_test/massBalance_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

from foqus_lib.framework.graph.graph import Graph


class testMassBalance(unittest.TestCase):
def loadGraph(self, fname):
gr = Graph()
Expand Down
1 change: 1 addition & 0 deletions foqus_lib/unit_test/turbineLite_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
#################################################################################
import unittest


class turbineLiteTest(unittest.TestCase):
pass

0 comments on commit 6eceae4

Please sign in to comment.