Skip to content
Snippets Groups Projects
  1. Jan 20, 2020
  2. Dec 24, 2019
  3. Dec 17, 2019
  4. Nov 25, 2019
  5. 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
  6. Aug 05, 2019
  7. Jul 30, 2019
  8. Jul 24, 2019
  9. Jul 18, 2019
  10. May 23, 2019
  11. May 07, 2019
  12. Apr 03, 2019
  13. Mar 01, 2019
  14. Dec 05, 2018
  15. Nov 08, 2018
  16. Nov 01, 2018
  17. Oct 31, 2018
  18. Sep 17, 2018
  19. Jul 09, 2018
  20. Jun 19, 2018
  21. Jun 16, 2018
  22. Jun 07, 2018
  23. Apr 04, 2018
  24. Mar 07, 2018
  25. Mar 06, 2018
  26. Mar 02, 2018
Loading