Skip to content
Snippets Groups Projects
  1. Jan 24, 2022
  2. Nov 24, 2021
  3. Oct 14, 2021
  4. Oct 12, 2021
  5. Apr 28, 2021
  6. Apr 18, 2021
  7. Apr 01, 2021
  8. Aug 28, 2020
  9. Aug 14, 2020
  10. May 18, 2020
  11. Apr 28, 2020
  12. Dec 19, 2019
  13. Dec 17, 2019
  14. Dec 05, 2019
  15. 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
  16. Sep 18, 2019
  17. Aug 27, 2019
  18. Aug 14, 2019
  19. Jul 27, 2019
  20. Jul 23, 2019
  21. Jul 22, 2019
  22. Jul 18, 2019
  23. Jul 11, 2019
  24. Jun 25, 2019
Loading