baharev / safe-eliminations

Identifying numerically safe eliminations automatically
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Value errors when checking validity of matrix #2

Closed EDWhyte closed 7 years ago

EDWhyte commented 7 years ago

The following error is encountered when running

ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

The errors originate from the following lines: dm_decomp.py line 148 order_util.py line 104 + 105

baharev commented 7 years ago

These files do not exist in this project.