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
File "/home/onyisi/servicex/analysis-grand-challenge/analyses/cms-open-data-ttbar/venv/lib64/python3.9/site-packages/func_adl/type_based_replacement.py", line 971, in visit_Attribute
raise ValueError(f"Key {key} not found in dict expression!!")
ValueError: Key Zip not found in dict expression!!
Likely the problem is the function lookup should trigger an Any type return, not a total failure like this. And, further, it should work if the system has some type information (to catch mispellings).
The text was updated successfully, but these errors were encountered:
This is from @ponyisi.
You get this error:
When running this AGC code:
Likely the problem is the function lookup should trigger an
Any
type return, not a total failure like this. And, further, it should work if the system has some type information (to catch mispellings).The text was updated successfully, but these errors were encountered: