GregorCH / ipet

Interactive Performance Evaluation Tools for Optimization Software
MIT License
26 stars 6 forks source link

add diff and equal operators for IPET filter #68

Closed GregorCH closed 6 years ago

GregorCH commented 6 years ago

this closes #52 by introducing the two new list operators "equal" and "diff" for IPET filters.

fschloesser commented 6 years ago

Something seems to be wrong here, will you have a look into that?

GregorCH commented 6 years ago

The reason for the fails is that the shapes of the filter result and the expected result are broadcasted to an unexplainable object...

I hate pandas so hard...