Commit Graph

5 Commits

Author SHA1 Message Date
Bertrand Benjamin a557fa3981 Fix(steps): Typing steps are bypassed
Useless steps where complex objects were built are not shown. I create
a typing function which is called when compute raise
NotImplementedError.
2018-09-24 17:21:50 +02:00
Bertrand Benjamin 3f3e52cdf8 Decorator for computing special cases 2018-03-17 11:55:32 +03:00
Bertrand Benjamin f4422c6d1a Use multipledispatch to define divide (plus dostring for add) 2018-03-17 10:38:59 +03:00
Bertrand Benjamin 985032b1af type filter for operations 2018-03-15 16:37:48 +03:00
Bertrand Benjamin 3c133250ec Multiply and divide are ok for MOnumber and MOFraction 2018-03-13 17:12:41 +03:00