Skip to content

Commit

Permalink
Bugfix: integer division leads to bad citation count norm
Browse files Browse the repository at this point in the history
  • Loading branch information
marblestation committed Oct 16, 2020
1 parent 88c1e64 commit 09d1e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ADSCitationCapture/forward.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import division
import os
import itertools
import datetime
Expand Down

0 comments on commit 09d1e73

Please sign in to comment.