Skip to content
Snippets Groups Projects
  1. Feb 05, 2021
  2. Nov 02, 2020
  3. Oct 24, 2020
  4. Oct 09, 2020
  5. Oct 07, 2020
  6. Jul 02, 2020
  7. Apr 15, 2020
  8. Apr 06, 2020
  9. Mar 23, 2020
  10. Mar 19, 2020
  11. Mar 18, 2020
  12. Mar 10, 2020
  13. Dec 20, 2019
  14. 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
  15. Oct 31, 2019
  16. Oct 30, 2019
  17. Oct 16, 2019
  18. Aug 27, 2019
  19. Aug 19, 2019
  20. Aug 14, 2019
Loading