RokIvansek / attribute-interactions

A python implementation of attribute interactions. An Orange add-on (scripting part only).
2 stars 0 forks source link

Handling and testing for exceptions #14

Open RokIvansek opened 8 years ago

RokIvansek commented 8 years ago

Find out how if you should handle and test for exceptions. For instance TypeError, ValueError, IndexError,...

RokIvansek commented 8 years ago

Is type testing even necessary?