spark-root / laurelin

Allows reading ROOT TTrees into Apache Spark as DataFrames
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

Represent all ranges as the same bounds #66

Open PerilousApricot opened 5 years ago

PerilousApricot commented 5 years ago

Mixing [0,2) and [0,2] is tricky. Choose one and do it consistently.