Describe the Bug
The variable ETFeederNode::num_ops_ can have uninitialized value, as it might not be initialized in the constructor. This can lead to random behavior in Workload::issue() function (see condition checking here https://github.com/astra-sim/astra-sim/blame/master/astra-sim/workload/Workload.cc#L138)
Steps to Reproduce
Use any chakra file that has no num_ops field
Expected Behavior
The field num_ops_ should be initialized to default value of 0
Screenshots