File tree 1 file changed +3
-3
lines changed
pyomo/contrib/latex_printer/tests
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
from textwrap import dedent
14
14
15
15
import pyomo .common .unittest as unittest
16
- import pyomo .core .tests .examples .pmedian_concrete as pmedian_concrete
16
+ import pyomo .core .tests .examples .pmedian_concrete as pmedian_concrete
17
17
import pyomo .environ as pyo
18
18
19
19
from pyomo .contrib .latex_printer import latex_printer
@@ -804,7 +804,7 @@ def test_latexPrinter_pmedian_verbose(self):
804
804
& & 0.0 \leq serve\_customer\_from\_location \leq 1.0 & \qquad \in \mathds{R} \label{con:M1_serve_customer_from_location_bound} \\
805
805
&&& select\_location & \qquad \in \left\{ 0 , 1 \right \} \label{con:M1_select_location_bound}
806
806
\end{align}
807
- """ .strip ()
807
+ """ .strip (),
808
808
)
809
809
810
810
def test_latexPrinter_pmedian_concise (self ):
@@ -829,7 +829,7 @@ def test_latexPrinter_pmedian_concise(self):
829
829
& & 0.0 \leq x \leq 1.0 & \qquad \in \mathds{R} \label{con:M1_x_bound} \\
830
830
&&& y & \qquad \in \left\{ 0 , 1 \right \} \label{con:M1_y_bound}
831
831
\end{align}
832
- """ .strip ()
832
+ """ .strip (),
833
833
)
834
834
835
835
You can’t perform that action at this time.
0 commit comments