digicatapult / fornax

Approximate fuzzy subgraph matching in polynomial time
Apache License 2.0
21 stars 4 forks source link

Bad floating point precision #14

Closed Dan-Staff closed 5 years ago

Dan-Staff commented 5 years ago

By converting to floating point large integer ids are not preserved

a = np.atleast_2d(np.array(*args, **kwargs))
Dan-Staff commented 5 years ago

See #13