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