Skip to content

Sigmon 180 notebooks exec failing

Alessio Cosenza requested to merge SIGMON-180_notebooks_exec_failing into dev

Context

What was done

  • Changed check_dataframe_empty: now it uses inspect.signature instead of inspect.getfullargspecs. For some reason the latter was not working properly and it's also deprecated according to the python documentation.
  • Fixed analyze_i_earth_pcnt_pc

QA

Review objectives

  • ? assessment of code functionality
  • ? assessment of code quality

Merge request reports