Skip to content

Fix unicode string in declination plot

John Douglas Veitch requested to merge john-veitch/lalsuite:fix_unicode into master

Fixes #109 (closed) The problem was a unicode string being passed to the six.u function. Solution was to just use six.unichr() to get the right symbol.

Merge request reports