fplll / fpylll

A Python interface for https://github.com/fplll/fplll
GNU General Public License v2.0
121 stars 61 forks source link

Add support for converting (integer) numpy arrays to IntegerMatrix. #252

Closed joerowell closed 1 year ago

joerowell commented 1 year ago

Closes #251.

joerowell commented 1 year ago

Huh, I can't reproduce that issue locally.

malb commented 1 year ago

Unrelated to the encountered issue, the numpy code should be in IF HAVE_NUMPY: guards.

malb commented 1 year ago

Okay, so all that was missing was a ".". It now fails because the test assumes numpy is installed but numpy is optional, can you adapt the test?