Skip to content

Fix the cdf_compare function to be able to import it into another module

Cecconi Baptiste requested to merge fix/cdf-compare into develop

Created by: Septaris

Changes:

  • Move the sys.argv call outside of the cdf_compare function
  • Merge the attributes and keys loops
  • Fix the .copy calls to be abble to use the module without (the last version of) spacepy
  • Remove exit statements

Merge request reports