Skip to content

Improve performance of `first_photons()`

Jannis David Necker requested to merge analyse_performance into main

Use pandas.DataFrame.idxmax() to replace the very slow loop here.

Merge request reports