Skip to content

[SIGMON-127 + SIGMON-98] Turn stacktraces into warnings

Aleksandra Mnich requested to merge SIGMON-127_turn_stacktrace_into_warning into dev

Context

What was done

  • QdsAnalysis#analyze_qds_trigger returns empty result when the input signal is different than expected
  • NqpsQuery#quesry_voltage_nqps returns empty DataFrame when the input signal is missing
  • QdsAnalysis#plot_u_diode_nxcals warns about missing u_nqps data and uses NaN instead
  • fixes to support non-existing timestamp_iqps in QdsAnalysis ([[]] -> reindex, at -> get)

Results

sigmon-127 sigmon-98 sigmon-98-next

TODO

  • mp3 experts will judge :)

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