Changeset 14145
- Timestamp:
- Nov 22, 2019 2:39:25 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev-jm-2710/Python/src/tests_jmodelica/general/test_extfunctions.py
r14134 r14145 770 770 for j in range(1,4): 771 771 x = 'out[{0},{1}]'.format(i,j) 772 nose.tools.assert_ almost_equals(resSim.final(x), resConst.final(x), places=13)772 nose.tools.assert_equals(resSim.final(x), resConst.final(x)) 773 773 nose.tools.assert_equals(resSim.final('a'), resConst.final('a')) 774 774 nose.tools.assert_equals(resSim.final('b'), resConst.final('b'))
Note: See TracChangeset
for help on using the changeset viewer.