Skip to content

Commit c0c26b6

Browse files
Merge pull request #61 from geraintpalmer/alcarney-py3
Adjustments to PR #60 by @alcarney: - Fixing issues around "Inf" and float("Inf") - Replace random.choice with numpy.random.choice - Replace xrange with range - Add python3.4 to travis checks - Rewrite rounding on mm1 docs
2 parents 7697e26 + bac59a5 commit c0c26b6

127 files changed

Lines changed: 162 additions & 145 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
*egg-info*
77
.coverage
88
dist/
9-
.hypothesis/eval_source/
9+
.hypothesis/eval_source/
10+
env/
42 Bytes
Binary file not shown.
42 Bytes
Binary file not shown.
42 Bytes
Binary file not shown.
42 Bytes
Binary file not shown.
24 Bytes
Binary file not shown.
33 Bytes
Binary file not shown.
33 Bytes
Binary file not shown.
33 Bytes
Binary file not shown.
33 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)