Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stable sample.py and unit tests #170

Merged
merged 7 commits into from
Mar 23, 2016
Merged

Conversation

smattis
Copy link
Contributor

@smattis smattis commented Mar 22, 2016

No description provided.

@lcgraham lcgraham added this to the Release Version 2.0 milestone Mar 23, 2016
@smattis smattis changed the title adds docstrings: Stable sample.py and unit tests Mar 23, 2016
@@ -499,15 +505,15 @@ def load_discretization(file_name, discretization_name=None):
return None

for attrname in dir(loaded_disc):
if attrname is not '_input_sample_set' and is not '_output_sample_set':
if attrname is not '_input_sample_set' and atrrname is not '_output_sample_set':
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spelling atrrname should be attrname

@lcgraham lcgraham merged commit d2d89a9 into UT-CHG:v2_master Mar 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants