Skip to content

Properly initialize protobuf objects in Job class

Rohit Kothur requested to merge fix-average into master

Description

Python has mutable default values, and the assignment operator simply makes the references the same, so these defaults were being overwritten. Do a CopyFrom instead to have this behave properly.

This addresses #199 (closed).

Edited by Rohit Kothur

Merge request reports

Loading