Skip to content

Commit

Permalink
reverted precision augmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasrizzo committed Feb 23, 2016
1 parent e9bb994 commit d33b77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catsim/irt.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def normalize_item_bank(items: numpy.ndarray) -> numpy.ndarray:
if items.shape[1] == 2:
items = numpy.append(items, numpy.zeros((items.shape[0])), axis=1)

return items.astype(numpy.float128)
return items


def validate_item_bank(items: numpy.ndarray, raise_err: bool=False):
Expand Down

0 comments on commit d33b77b

Please sign in to comment.