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
spec=sx.ServiceXSpec(
General=sx.General(
ServiceX="atlasr22",
Codegen=query[1],
OutputFormat=sx.ResultFormat.root, # type: ignoreDelivery=("LocalCache"ifdownloadelse"SignedURLs"), # type: ignore <== HERE
),
Sample=[
# TODO: Need a way to have the DID finder re-fetch the file list.sx.Sample(
Name=f"speed_test_{ds_name}"[0:128],
RucioDID=ds_name,
Codegen=query[1],
Query=query[0],
NFiles=num_files,
IgnoreLocalCache=ignore_cache,
) # type: ignorefords_nameinds_names
],
)
# TODO: Where is the enum that does DeliveryEnum come from?
The text was updated successfully, but these errors were encountered:
This is used in the front-end:
The text was updated successfully, but these errors were encountered: