Skip to content

[SIGMON-517] cache the result of the read_csv method to improve Validation notebook performance

Simon Mazenoux requested to merge SIGMON-517_validation_notebook into dev

Context

  • While creating the validation notebook for the PIC2 and PNO analysis, I stumbled into crashes of the notebook kernel while calling the get_last_ref_start_end_time method

What was done

  • cache the result of the read_csv method to avoid reading the csv file for every row of the validation notebook

QA

Review objectives

  • assessment of code quality
Edited by Simon Mazenoux

Merge request reports