eko fails to load an eko.tar #234
niclaurenti
started this conversation in
Support
Replies: 1 comment
-
@niclaurenti the error is quite explicit: You should try to manually open the file: # list files
tar tf <path>
# extract the content
tar xvf <path> and, if successful, then try with the same Python operation used by EKO Lines 852 to 856 in 4c8030f |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The error I'm getting is the following
I'm getting it when I try to evolve the photon from 100 GeV to fitting scale.
Previously I got this error only for some replicas and this made me believe that, being all the replicas computed in parallel, it was trying to load and reshape the eko at the same time for more than one replica. However, this time all the replicas failed.
In any case this is not super urgent since the reshape wasn't really done because the final xgrid was the same of the eko I was trying to reshape (it was just done for control), so I can just load it with
read
.Beta Was this translation helpful? Give feedback.
All reactions