FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 51a6b9cc authored by Mark Driver's avatar Mark Driver
Browse files

update tests based on changes to solventmapcreator.

parent e51415da
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,8 @@ class FGIPAnalysisTestCase(unittest.TestCase):
self.expected_latex = r"""
\begin{figure}[H]
\centering
\includegraphics[width=0.5\textwidth]{1-butanol0_165water0_835_FGIP.eps}
\caption[1-butanol0.165water0.835 FGIP]{FGIP for 1-butanol0.165water0.835 at 298K.}
\includegraphics[width=0.95\textwidth]{1-butanol0_165water0_835_FGIP.eps}
\caption{FGIP for 1-butanol0.165water0.835 at 298K.}
\label{fig:1-butanol0_165water0_835solvationmap}
\end{figure}
"""
......
......@@ -84,8 +84,8 @@ class FGIPAnalysisRunnerTestCase(unittest.TestCase):
self.expected_latex = r"""
\begin{figure}[H]
\centering
\includegraphics[width=0.5\textwidth]{fgip/298_0K/1-butanol0_165water0_835_FGIP.eps}
\caption[1-butanol0.165water0.835 FGIP]{FGIP for 1-butanol0.165water0.835 at 298K.}
\includegraphics[width=0.95\textwidth]{fgip/298_0K/1-butanol0_165water0_835_FGIP.eps}
\caption{FGIP for 1-butanol0.165water0.835 at 298K.}
\label{fig:1-butanol0_165water0_835solvationmap}
\end{figure}
"""
......
......@@ -121,8 +121,8 @@ class PhaseCalculatorRunnerTestCase(unittest.TestCase):
self.expected_latex = r"""
\begin{figure}[H]
\centering
\includegraphics[width=0.5\textwidth]{fgip/298_0K/1-butanol0_165water0_835_FGIP.eps}
\caption[1-butanol0.165water0.835 FGIP]{FGIP for 1-butanol0.165water0.835 at 298K.}
\includegraphics[width=0.95\textwidth]{fgip/298_0K/1-butanol0_165water0_835_FGIP.eps}
\caption{FGIP for 1-butanol0.165water0.835 at 298K.}
\label{fig:1-butanol0_165water0_835solvationmap}
\end{figure}
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment