Skip to content

reviewed python examples

Hans Fangohr requested to merge update-anaconda-examples into main
  • anaconda version update (22.10 <- 22.05)

For numpy example:

  • attempt parallel execution first:
    1. faster
    2. fails fast if OMP_NUMTHREADS is not set
  • make repititions flexible and smaller by default
  • add units (seconds) to timing output

Merge request reports