Skip to content

Commit

Permalink
Update tutorial nb to py3
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirkby committed Jan 21, 2018
1 parent 08ee959 commit 56395ec
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 142 deletions.
2 changes: 1 addition & 1 deletion fisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def main():
npartials = len(results.slice_labels)
if args.verbose:
print(results.survey.description())
except RuntimeError,e:
except RuntimeError as e:
print(str(e))
return -1
if results.table is None:
Expand Down
225 changes: 84 additions & 141 deletions notebooks/TutorialIntroduction.ipynb

Large diffs are not rendered by default.

0 comments on commit 56395ec

Please sign in to comment.