-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
- np.array members are called on
int
Line 151 in 7170f5f
| S = S.clip(0) |
S, I and D are int here: clip wont work. Are these self.S etc that are list[int]?
Similary .copy(), .astype(), .clip() is called on int in a few places.
-
intis being treated asSequence
Line 250 in 7170f5f
| shape = (sims, bins) = S0.shape |
doesn't make sense since S0 is int in argument.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels