Skip to content

Instantly share code, notes, and snippets.

@mbernasocchi
Created March 11, 2014 14:35
Show Gist options
  • Save mbernasocchi/9487021 to your computer and use it in GitHub Desktop.
Save mbernasocchi/9487021 to your computer and use it in GitHub Desktop.
Failure
Traceback (most recent call last):
File "/home/marco/dev/GEM/qt-experiments/svir/test_transformations.py", line 163, in test_z_score_direct
0.3244428422615252])
AssertionError: Lists differ: [0.32444284226152514, -1.94665... != [0.3244428422615252, -1.946657...
First differing element 0:
0.324442842262
0.324442842262
Diff is 658 characters long. Set self.maxDiff to None to see it.
Failure
Traceback (most recent call last):
File "/home/marco/dev/GEM/qt-experiments/svir/test_transformations.py", line 173, in test_z_score_inverse
-4.2177569493998259])
AssertionError: Lists differ: [-4.2177569493998259, -1.94665... != [-4.217756949399826, -1.946657...
First differing element 1:
-1.94665705357
-1.94665705357
- [-4.2177569493998259,
? ^^
+ [-4.217756949399826,
? ^
- -1.9466570535691503,
? ^
+ -1.9466570535691505,
? ^
- -4.2177569493998259,
? ^^
+ -4.217756949399826,
? ^
- -3.082207001484488,
+ -3.0822070014844885,
? +
- -4.2177569493998259,
? ^^
+ -4.217756949399826,
? ^
- -5.3533068973151634,
? -
+ -5.353306897315164,
- -4.2177569493998259]
? ^^
+ -4.217756949399826]
? ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment