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
a12de419
Commit
a12de419
authored
Jan 21, 2013
by
Steven Cordwell
Browse files
add a new setup() function to class MDP in the hope it reduces code repitition
parent
a76b938e
Changes
1
Hide whitespace changes
Inline
Side-by-side
mdp.py
View file @
a12de419
...
...
@@ -532,6 +532,10 @@ class MDP(object):
"""
return
(
W
.
max
()
-
W
.
min
())
def
setup
(
self
):
"""A helper function to perform various checks and preparations."""
pass
def
setSilent
(
self
):
"""Ask for running resolution functions of the MDP Toolbox in silent
mode.
...
...
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