Created
April 17, 2014 03:30
-
-
Save scopatz/10950967 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scopatz@ares ~/pyne/tests staging $ | |
scopatz@ares ~/pyne/tests staging $ nosetests | |
.....................................................................................................................Requested faceting tolerance: 0 | |
Using faceting tolerance: 0.001 | |
The implicit complement bounds 6 surfaces | |
The implicit complement's total surface area = 431.475 | |
.....................................................F...................F.......................................................F................................................................................................................................................................................................................................................................................................................................................................................Requested faceting tolerance: 0 | |
Using faceting tolerance: 0.001 | |
..Requested faceting tolerance: 0 | |
Using faceting tolerance: 0.001 | |
.................................................................................................................................... | |
====================================================================== | |
FAIL: test_data.test_gamma_from_to_byen | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/scopatz/pyne/tests/test_data.py", line 213, in test_gamma_from_to_byen | |
(541390033, 541390028)]) | |
AssertionError: Lists differ: [(621510087, 621510015), (6415... != [(621510087, 621510015), (6415... | |
First differing element 1: | |
(641500138, 641500138) | |
(641500021, 641500006) | |
[(621510087, 621510015), | |
- (641500138, 641500138), | |
? -- ^^^ | |
+ (641500021, 641500006), | |
? ++ ^^^ | |
(390990016, 390990005), | |
(822040062, 822040024), | |
(902290055, 902290000), | |
(400880011, 400880004), | |
(551310023, 551310009), | |
(0, 0), | |
- (431070001, 431070001), | |
? ^^ - | |
+ (431070028, 431070020), | |
? ^^ + | |
(972490039, 972490003), | |
(0, 0), | |
(380930068, 380930050), | |
(561370002, 561370000), | |
(561370002, 561370000), | |
(621520071, 621520020), | |
(621540026, 621540006), | |
(781810026, 781810000), | |
(791930069, 791930033), | |
(541390033, 541390028)] | |
====================================================================== | |
FAIL: test_data.test_id_from_level | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/scopatz/pyne/tests/test_data.py", line 323, in test_id_from_level | |
assert_equal(data.id_from_level(811920000, 445, 'X'), 811920010) | |
AssertionError: 811920000 != 811920010 | |
====================================================================== | |
FAIL: test_ensdf.test_gamma_rays | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest | |
self.test(*self.arg) | |
File "/home/scopatz/pyne/tests/test_ensdf.py", line 393, in test_gamma_rays | |
[631520000, 641520019, None, 33.4, 0.0213]]) | |
AssertionError: Lists differ: [[631520000, 641520000, None, ... != [[631520000, 641520001, None, ... | |
First differing element 0: | |
[631520000, 641520000, None, 535.4, 8.1] | |
[631520000, 641520001, None, 535.4, 8.1] | |
Diff is 1882 characters long. Set self.maxDiff to None to see it. | |
---------------------------------------------------------------------- | |
Ran 749 tests in 6.816s | |
FAILED (failures=3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment