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
Zahra Rajabi
pymdptoolbox
Commits
9a04a050
Commit
9a04a050
authored
Jan 06, 2015
by
Steven Cordwell
Browse files
[tests] Use Python 3 .import syntax
parent
637d9c4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tests/test_PolicyIterationModified.py
View file @
9a04a050
...
...
@@ -11,7 +11,7 @@ import scipy.sparse as sp
from
mdptoolbox
import
mdp
from
utils
import
BaseTestMDP
,
assert_sequence_almost_equal
from
.
utils
import
BaseTestMDP
,
assert_sequence_almost_equal
class
TestPolicyIterationModified
(
BaseTestMDP
):
def
test_small
(
self
):
...
...
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