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
bb92e3c0
Commit
bb92e3c0
authored
Jan 27, 2016
by
Jason Swails
Browse files
Apparently the difference DOES matter... :(
parent
3db67369
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
wrappers/python/tests/TestForceField.py
wrappers/python/tests/TestForceField.py
+4
-1
No files found.
wrappers/python/tests/TestForceField.py
View file @
bb92e3c0
...
@@ -6,7 +6,10 @@ from simtk.unit import *
...
@@ -6,7 +6,10 @@ from simtk.unit import *
import
simtk.openmm.app.element
as
elem
import
simtk.openmm.app.element
as
elem
import
simtk.openmm.app.forcefield
as
forcefield
import
simtk.openmm.app.forcefield
as
forcefield
import
math
import
math
from
io
import
StringIO
try
:
from
cStringIO
import
StringIO
except
ImportError
:
from
io
import
StringIO
import
os
import
os
class
TestForceField
(
unittest
.
TestCase
):
class
TestForceField
(
unittest
.
TestCase
):
...
...
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