iris-hep / idap-200gbps-atlas

benchmarking throughput with PHYSLITE
6 stars 1 forks source link

`cpp_char` should be defined in type libraries #130

Open gordonwatts opened 3 months ago

gordonwatts commented 3 months ago

Just needs a definition, so the below works.

"jet_NNJvtPass": ei.jet.Select(  # type: ignore
    lambda j: j.getAttribute[cpp_char]("NNJvtPass")
),