Skip to content
Snippets Groups Projects
  1. Dec 15, 2021
  2. Dec 11, 2021
    • Izzard, Robert Dr (Maths & Physics)'s avatar
      add functions to dicts to handle 2D dicts: · 7b19b687
      keys_of_2d_dict
      fill_2d_dict
      and fillgrid
      
      and ordered() to return an ordered dict
      
      in the ensemble.py module, ensemble_dist_to_2D_dict() converts an ensemble-style nested dataset
      
      ...->{xkeys}->{xvalue}->{ykeys}->{yvalue} = z
      
          to a dictionary like
      
          {xvalue}->{yvalue} = z
      
      which is handy for other purposes.
      7b19b687
  3. Dec 07, 2021
  4. Nov 30, 2021
  5. Nov 29, 2021
  6. Nov 28, 2021
  7. Nov 27, 2021
  8. Nov 24, 2021
  9. Nov 22, 2021
  10. Nov 21, 2021
  11. Nov 20, 2021
  12. Nov 19, 2021
  13. Nov 18, 2021
  14. Nov 16, 2021
Loading