Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: verify
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:AP F19-6 (November)
-
Team:Alert Production
Description
Doing a build with Astropy4 I now get failures from verify package relating to YAML serialization.
This works fine with the same version of YAML on Astropy 3 but fails on Astropy 4.
self = <yaml.loader.SafeLoader object at 0x7fbb0063aba8>
|
node = SequenceNode(tag='tag:yaml.org,2002:python/object/apply:numpy.core.multiarray.scalar', value=[MappingNode(tag='tag:yam...Node(tag='tag:yaml.org,2002:int', value='0')]))]), ScalarNode(tag='tag:yaml.org,2002:binary', value='AAAAAAAAFEA=\n')])
|
|
def construct_undefined(self, node):
|
raise ConstructorError(None, None,
|
"could not determine a constructor for the tag %r" % node.tag,
|
> node.start_mark)
|
E yaml.constructor.ConstructorError: could not determine a constructor for the tag 'tag:yaml.org,2002:python/object/apply:numpy.core.multiarray.scalar'
|
E in "<unicode string>", line 9, column 14:
|
E value: !!python/object/apply:numpy.core ...
|
E ^
|
|
../../stack/DarwinX86/pyyaml/5.1+2/lib/python/yaml/constructor.py:420: ConstructorError
|
Attachments
Issue Links
Activity
Epic Link |
|
Sprint | AP F19-6 (November) [ 958 ] | |
Story Points | 2 |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Comment | [ This code looks suspicious: https://github.com/lsst/verify/blob/master/python/lsst/verify/datum.py#L109-L111. I can't figure out where it's called, though. ] |
Remote Link | This issue links to "GitHub issue (Web Link)" [ 22582 ] |
Reviewers | Tim Jenness [ tjenness ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Issue Type | Story [ 10001 ] | Bug [ 1 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |