Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
ab81ee06
Commit
ab81ee06
authored
Nov 19, 2014
by
Jason Swails
Browse files
Further formatting tweaks.
parent
612ca414
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wrappers/python/simtk/testInstallation.py
wrappers/python/simtk/testInstallation.py
+2
-2
No files found.
wrappers/python/simtk/testInstallation.py
View file @
ab81ee06
...
...
@@ -22,9 +22,9 @@ else:
def
run_tests
():
if
simtk_import_failed
:
raise
TestingError
(
'Failed to import OpenMM packages; Make sure OpenMM'
raise
TestingError
(
'Failed to import OpenMM packages; Make sure OpenMM
'
'is installed and the library path is set correctly.'
'
\n\
t
Error message: %s'
%
simtk_import_error
)
'
\n\
n
Error message: %s'
%
simtk_import_error
)
# Create a System for the tests.
data_dir
=
os
.
path
.
join
(
os
.
path
.
abspath
(
os
.
path
.
split
(
__file__
)[
0
]),
'openmm'
,
'app'
,
'data'
)
pdb
=
PDBFile
(
os
.
path
.
join
(
data_dir
,
'test.pdb'
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment