Guassian elimination is a duplicate to many existing katas, for example:
Value checking is done via test.expect directly, which is unacceptable because it gives no feedback.
test.expect
The fixed tests also uses exact checking, which is unacceptable too. It's not mentioned anywhere that these test cases are strictly in integer domain.
This comment is hidden because it contains spoiler information about the solution
Hint: Use array and copy from numpy
File "/home/codewarrior/setup.py", line 6, in cheat_detection raise Exception("Cheater!")
So is numpy allowed or not?
Loading collection data...
Guassian elimination is a duplicate to many existing katas, for example:
Value checking is done via
test.expect
directly, which is unacceptable because it gives no feedback.The fixed tests also uses exact checking, which is unacceptable too. It's not mentioned anywhere that these test cases are strictly in integer domain.
This comment is hidden because it contains spoiler information about the solution
So is numpy allowed or not?