Skip to content
Snippets Groups Projects

Fix for G4AtlasFieldServices_test.py syntax for python 3

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')

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading