Skip to content

Commit

Permalink
use lowercase inf
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Jun 19, 2024
1 parent 947b1e1 commit 63ef75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matsim/calibration/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def detect_binned_groups(s: Iterable[str]) -> Tuple[Sequence, Sequence]:
elif "+" in label:
a = int(label[:-1])
bins.add(a)
bins.add(np.Inf)
bins.add(np.inf)

bins = sorted(list(bins))

Expand Down

0 comments on commit 63ef75d

Please sign in to comment.