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
Unable to bin data from branches with full stop in the name without renaming branch. Related to previous issues #95#54. Solving this would allow a temporary solution to #132 as the previous method of using fast_carpenter.Define to change the variable name to one without a full stop doesn’t work for variables of type ULong_t.
Unable to bin data from branches with full stop in the name without renaming branch. Related to previous issues #95 #54. Solving this would allow a temporary solution to #132 as the previous method of using
fast_carpenter.Define
to change the variable name to one without a full stop doesn’t work for variables of typeULong_t
.versions:
When attempting to bin a
vector<int>
with this config results in no errors but an empty csv outputfile fromfast_carpenter
:When combining the previous workaround method using fast_carpenter.Define to the config, it results in a
KeyError
:Full Traceback:
The text was updated successfully, but these errors were encountered: