You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In unit tests for eval_postfix, division and multiplication always evaluate to 0.0, even division by 0.
However, when running from main with the entire pipeline, it works as expected.
Ideas:
Review unit tests
Implement tests for other functions
Compare, perhaps test implementation is wrong-
The text was updated successfully, but these errors were encountered:
mbartelsm
changed the title
Division and multiplication evaluating to 0.0 for all cases
Division and multiplication evaluating to 0.0 in unit tests
Oct 16, 2019
In unit tests for
eval_postfix
, division and multiplication always evaluate to 0.0, even division by 0.However, when running from
main
with the entire pipeline, it works as expected.Ideas:
The text was updated successfully, but these errors were encountered: