-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
collectionsData structures holding multiple items, e.g. setsData structures holding multiple items, e.g. sets
Description
Specifically this line fails on 32-bit systems. The failure is an InexactError and goes away when linspace construction in that loop is commented out, suggesting that there's some code somewhere that does a trunc, floor or ceil to Int with a value that is too large to represent as a 32-bit integer.
Metadata
Metadata
Assignees
Labels
collectionsData structures holding multiple items, e.g. setsData structures holding multiple items, e.g. sets