Skip to content
Snippets Groups Projects
  1. Aug 16, 2022
  2. Jul 18, 2022
  3. Jun 07, 2022
  4. Jan 24, 2022
  5. Nov 24, 2021
  6. Oct 14, 2021
  7. Oct 12, 2021
  8. Apr 28, 2021
  9. Apr 18, 2021
  10. Apr 01, 2021
  11. Aug 28, 2020
  12. Aug 14, 2020
  13. May 18, 2020
  14. Apr 28, 2020
  15. Dec 19, 2019
  16. Dec 17, 2019
  17. Dec 05, 2019
  18. Nov 19, 2019
    • John Chapman's avatar
      Fix for writing pickle files in python3 · 6388490e
      John Chapman authored
      Updated `ComponentAccumulator` configuration tests which dump the configuration
      to a pickle file. In python3 the output file needs to be explicitly opened in binary mode.
      I.e. ```f = open('configdump.pkl','wb')```
      rather than ```f = open('configdump.pkl','w')```
      6388490e
  19. Sep 18, 2019
  20. Aug 27, 2019
  21. Aug 14, 2019
  22. Jul 27, 2019
  23. Jul 23, 2019
  24. Jul 22, 2019
  25. Jul 18, 2019
  26. Jul 11, 2019
  27. Jun 25, 2019
Loading