Skip to content

Commit

Permalink
Changed from integer to float division in Python 2.7 for multinest test
Browse files Browse the repository at this point in the history
addresses #282
  • Loading branch information
ben18785 committed Mar 13, 2021
1 parent ae3dce7 commit a01a9d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pints/tests/test_nested_multinest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# released under the BSD 3-clause license. See accompanying LICENSE.md for
# copyright notice and full license details.
#
from __future__ import division
import unittest
import numpy as np

Expand Down

0 comments on commit a01a9d1

Please sign in to comment.