Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:2
-
Epic Link:
-
Sprint:Alert Production F16 - 11, Alert Production F16 - 11c
-
Team:Alert Production
Description
Building afw on macOS Sierra I get:
tests/testSpherePoint.py
|
|
.........................F....
|
======================================================================
|
FAIL: testStrValue (__main__.SpherePointTestSuite)
|
Test if __str__ produces output consistent with its spec.
|
----------------------------------------------------------------------
|
Traceback (most recent call last):
|
File "tests/testSpherePoint.py", line 762, in testStrValue
|
self.assertRegexpMatches(numbers[1], r'\+|-nan')
|
AssertionError: Regexp didn't match: '\\+|-nan' not found in 'nan'
|
|
----------------------------------------------------------------------
|
Ran 30 tests in 2.210s
|
|
FAILED (failures=1)
|
It is failling for point (180.000000, nan).
Attachments
Issue Links
- is triggered by
-
DM-5529 Implement SphPoint
- Done
Don't panic, I'm working on it.