Skip to content

Commit 822d7e3

Browse files
committed
testing
1 parent 175182b commit 822d7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ml4h/recipes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ def _predict_scalars_and_evaluate_from_generator(
10911091
for tm in tensor_maps_protected:
10921092
protected_data[tm].extend(np.copy(output_data[tm.output_name()]))
10931093

1094-
for tm_output_name, y in predictions_dict:
1094+
for tm_output_name, y in predictions_dict.items():
10951095
if tm_output_name in scalar_predictions:
10961096
scalar_predictions[tm_output_name].extend(np.copy(y))
10971097

0 commit comments

Comments
 (0)