PolyMathOrg / PolyMath

Scientific Computing with Pharo
MIT License
170 stars 39 forks source link

Break Up Moore Penrose Test Into Smaller Tests For Clarity and Ease of Debugging #284

Closed hemalvarambhia closed 2 years ago

hemalvarambhia commented 2 years ago

Issue: #279

I have started by trying to improve clarity in the tests by breaking the test up into well named smaller ones. I hypothesise that it will pin point which scenario is failing.

hemalvarambhia commented 2 years ago

@olekscode @SergeStinckwich We may have discovered the source of the problem:

#testMoorePenroseInverseRepeatedly 😌

I am unsure of the purpose of this test to be honest, and I propose removing the loop and changing the purpose of the test.