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
The provided simple_example.py fails immediately in CalVer:
Traceback (most recent call last):
File "/srv/simple_example.py", line 4, in <module>
from coffea import hist, processor, nanoevents
ImportError: cannot import name 'hist' from 'coffea' (/usr/local/lib/python3.11/site-packages/coffea/__init__.py)
I'm not sure if there's a standard conditional import statement to get around this or if it's even desirable to maintain the example for both 0.7 and CalVer.
The text was updated successfully, but these errors were encountered:
The provided
simple_example.py
fails immediately in CalVer:I'm not sure if there's a standard conditional import statement to get around this or if it's even desirable to maintain the example for both 0.7 and CalVer.
The text was updated successfully, but these errors were encountered: