Closed duncanmmacleod closed 9 months ago
@duncanmmacleod Does this mean the version pin for gwpy
should also be updated by this PR?
@duncanmmacleod Does this mean the version pin for
gwpy
should also be updated by this PR?
No, the function has_tex()
has been available since 0.12.0.
This PR fixes an
ImportError
related to thegwpy.plot.tex.HAS_TEX
global variable, which was removed in 3.0.8, by replacing it with a call tohas_tex()
, which does exactly the same thing.