Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/Math-Vector-Tests/PMVectorTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,6 @@ PMVectorTest >> testTensorProduct [
self assert: (b tensorProduct: a) equals: c transpose
]

{ #category : #tests }
PMVectorTest >> testVectorCloseTo [
self assert: (#(1.00001 2.00005) asPMVector closeTo: #(1.00005 2.00001) asPMVector).
self assert: #(1.00001 2.00005) asPMVector closeTo: #(1.00005 2.00001) asPMVector. "Double check that the TestAsserter >> #assert:closeTo: functions properly here."
self deny: (#(1.00001 2.00007) asPMVector closeTo: #(1.00007 2.00001) asPMVector)
]

{ #category : #tests }
PMVectorTest >> testVectorCloseToPrecision [
| u v |
Expand Down