Skip to content

Commit

Permalink
Fixed Python 2 division issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemens Brunner committed Apr 28, 2014
1 parent 02c0ae8 commit 2edb383
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sklearn/slda.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# Authors: Martin Billinger
# Clemens Brunner

from __future__ import division

import warnings # TODO: replace print() with warnings?

import numpy as np
Expand Down

0 comments on commit 2edb383

Please sign in to comment.