Fix for writing pickle files in python 3
Updated `ComponentAccumulator` configuration tests which dump the configuration to a pickle file. In python 3 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') ```
Showing
- AtlasGeometryCommon/BeamPipeGeoModel/test/BeamPipeGMConfig_test.py 1 addition, 1 deletion...etryCommon/BeamPipeGeoModel/test/BeamPipeGMConfig_test.py
- Calorimeter/CaloBadChannelTool/python/CaloBadChanToolConfig.py 1 addition, 1 deletion...imeter/CaloBadChannelTool/python/CaloBadChanToolConfig.py
- DetectorDescription/GeoModel/AtlasGeoModel/python/InDetGMConfig.py 1 addition, 1 deletion...escription/GeoModel/AtlasGeoModel/python/InDetGMConfig.py
- DetectorDescription/GeoModel/AtlasGeoModel/test/AtlasGeometryConfig_AOD_test.py 1 addition, 1 deletion...oModel/AtlasGeoModel/test/AtlasGeometryConfig_AOD_test.py
- DetectorDescription/GeoModel/AtlasGeoModel/test/AtlasGeometryConfig_EVNT_test.py 1 addition, 1 deletion...Model/AtlasGeoModel/test/AtlasGeometryConfig_EVNT_test.py
- DetectorDescription/GeoModel/AtlasGeoModel/test/AtlasGeometryConfig_HITS_test.py 1 addition, 1 deletion...Model/AtlasGeoModel/test/AtlasGeometryConfig_HITS_test.py
- InnerDetector/InDetDetDescr/PixelGeoModel/test/PixelGMConfig_test.py 1 addition, 1 deletion...or/InDetDetDescr/PixelGeoModel/test/PixelGMConfig_test.py
- InnerDetector/InDetDetDescr/SCT_GeoModel/test/SCT_GMConfig_test.py 1 addition, 1 deletion...ctor/InDetDetDescr/SCT_GeoModel/test/SCT_GMConfig_test.py
- LArCalorimeter/LArGeoModel/LArGeoAlgsNV/python/LArGMConfig.py 1 addition, 1 deletion...alorimeter/LArGeoModel/LArGeoAlgsNV/python/LArGMConfig.py
- MuonSpectrometer/MuonConfig/python/MuonBytestreamDecodeConfig.py 1 addition, 1 deletion...ctrometer/MuonConfig/python/MuonBytestreamDecodeConfig.py
- TileCalorimeter/TileConditions/python/TileAutoCorrelationConfig.py 1 addition, 1 deletion...imeter/TileConditions/python/TileAutoCorrelationConfig.py
- TileCalorimeter/TileConditions/python/TileBadChannelsConfig.py 1 addition, 1 deletion...alorimeter/TileConditions/python/TileBadChannelsConfig.py
- TileCalorimeter/TileConditions/python/TileCablingSvcConfig.py 1 addition, 1 deletion...Calorimeter/TileConditions/python/TileCablingSvcConfig.py
- TileCalorimeter/TileConditions/python/TileCondToolsTestConfig.py 1 addition, 1 deletion...orimeter/TileConditions/python/TileCondToolsTestConfig.py
- TileCalorimeter/TileConditions/python/TileDCSConfig.py 1 addition, 1 deletionTileCalorimeter/TileConditions/python/TileDCSConfig.py
- TileCalorimeter/TileConditions/python/TileDSPThresholdConfig.py 1 addition, 1 deletion...lorimeter/TileConditions/python/TileDSPThresholdConfig.py
- TileCalorimeter/TileConditions/python/TileEMScaleConfig.py 1 addition, 1 deletionTileCalorimeter/TileConditions/python/TileEMScaleConfig.py
- TileCalorimeter/TileConditions/python/TileInfoLoaderConfig.py 1 addition, 1 deletion...Calorimeter/TileConditions/python/TileInfoLoaderConfig.py
- TileCalorimeter/TileConditions/python/TileIntegratorConfig.py 1 addition, 1 deletion...Calorimeter/TileConditions/python/TileIntegratorConfig.py
- TileCalorimeter/TileConditions/python/TileMuIDConfig.py 1 addition, 1 deletionTileCalorimeter/TileConditions/python/TileMuIDConfig.py
Loading
Please register or sign in to comment