You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be some issues with using omfvista to visualize/load omf projects when using omf = "2.0.0a0".
More specifically, it seems like omfvista/wrapper.py are calling functions from v1 of omf/fileio.py, when calling
project = omfvista.load_project()
Are these known issues, and if so, are there any plans for solving this?
The text was updated successfully, but these errors were encountered:
Hi @banesullivan
With v2.0 getting closer we're hoping that all the viz-sweetness from omfvista will be available too? Any chance you would consider a prerelease of omfvista?
Hi!
There seems to be some issues with using omfvista to visualize/load omf projects when using omf = "2.0.0a0".
More specifically, it seems like omfvista/wrapper.py are calling functions from v1 of omf/fileio.py, when calling
project = omfvista.load_project()
Are these known issues, and if so, are there any plans for solving this?
The text was updated successfully, but these errors were encountered: