Open svank opened 5 days ago
😹
But more seriously, looks like the dollar sign was already there in astropy 6.1.7 though the axes did seem to display better than 7.0.0.
I am unfamiliar with this subpackage but combing the 7.0.0 change log, possible suspects for different axes behaviors:
Though I suspect the $
bug has been there for a long time.
A bisection indeed points to 16cb24251a459f1e0ff28085e63e90b3224878fd (#17243) as the first commit where this $
appears
Hmm but I see $
prior to that too. See https://github.com/astropy/astropy/issues/17451#issuecomment-2499153340
whoops, I wasn't looking in the right spot. This means my bisection is actually completely off. Let me try to go further back...
indeed, 6.0.0 already has the rogue $
and this is a far as I can easily go back, so a bisection isn't the right tool to find the source of error here, I think.
Thanks for trying!
Description
I was exploring projections and ran into a case where WCSAxes shows a stray
$
in a tick label. Whether this happens seems to be very sensitive to the value oflonpole
I assign.Expected behavior
This is a challenging frame for making RA ticks, so I can forgive the overlapping labels, but the stray
$
probably shouldn't be there.How to Reproduce
Versions