Skip to content

[SIGMON-201] test notebooks reports

Aleksandra Mnich requested to merge SIGMON-201_test_reports into dev

Context

What was done

  • Notebooks' last cell refactored: path_to_notebook, report_destination_path_template and report_filename_template variables extracted and moved to the top (just below the imports) so they could be overwritten by the injected parameters: image

  • The content of the HTML report and the CSV files produced by the notebook is asserted in the tests. CSVs are compared with the reference files as they are (==); HTMLs are preprocessed similarly to the resulting notebooks.

  • magic functions in nQPS_Viewer.ipynb fixed

TODO

QA

Review objectives

  • assessment of code functionality
  • assessment of code quality
  • identifying potential refactorings / logic common to other projects
  • knowledge sharing
Edited by Aleksandra Mnich

Merge request reports