Skip to content

Commit

Permalink
Division fix for python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
smmaurer committed Sep 13, 2018
1 parent 46108e1 commit 94aaa24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Tests for the simulation codebase.
"""
from __future__ import division

import numpy as np
import pandas as pd
Expand Down

0 comments on commit 94aaa24

Please sign in to comment.