haavee / jiveplot

Python based plotting package for CASA MeasurementSet
GNU General Public License v3.0
11 stars 9 forks source link

`lp` does not work in Python 3 #24

Closed bmarcote closed 1 year ago

bmarcote commented 1 year ago

I noticed another of the unexpected changes when moving to Python 3.8+:

jcli> lp
Known plot-types:
unsupported format string passed to EnumValueMeta.__format__
jcli>

lp doesn't return any value. This has been observed in the current issue-18 and python23-compact branches that are in eee.

haavee commented 1 year ago

Hmmmm I'm reasonably sure this was fixed, can you check this branch https://github.com/haavee/jiveplot/tree/new-master-%231 ? That does have a fix mentioning the lp command in Py3.9 as far as I can see.

bmarcote commented 1 year ago

Totally right! That branch has fixed it.