Skip to content
Snippets Groups Projects
  1. Sep 23, 2022
  2. Aug 23, 2022
  3. Aug 22, 2022
  4. Jul 25, 2022
  5. Jul 22, 2022
  6. Jul 21, 2022
  7. Jul 20, 2022
  8. Jul 19, 2022
  9. Jul 18, 2022
    • Wout De Nolf's avatar
      Merge branch 'clean_process_registration' into 'main' · cca95533
      Wout De Nolf authored
      fully remove and clean process registration and h5 file link mecanism
      
      See merge request !100
      cca95533
    • Henri Payno's avatar
      clear process registration and h5 file link mecanism · f70463c7
      Henri Payno authored
      * process registration was used to keep trace of each processes and dump results. This will be done at another level in the future (probably by ewosk)
         * remove `Process.register_process` function (and call to it)
         * remove `_NexusDatasetDef` class which was used to define which field must be saved for a process
      * remove saving_point widget: was using the regitered processes and needed for large number of spectrum. This is not the use case today and if we want to have such a mecanism it will be done another way in the future.
      * remove `write_process` parameter from `XASWriter.dump_xas`
      * XASObject:
         * remove `keep_process_flow` from constructor
         * remove `link_to_h5`, `has_linked_file`, `get_next_processing_index`, `register_processing`, `get_process_flow`, `clean_process_flow` and `copy_process_flow_to` functions
         * `to_dict`: remove `with_process_details` parameter and link mecanism
      * update unit test
      f70463c7
  10. Jul 13, 2022
Loading