Skip to content

Commit

Permalink
fix: do not set measure for each component
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Dec 18, 2023
1 parent 69a7f74 commit 373a10c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ Map<RegisteredPID, double[]> extractPowerMeasure(InputStream powerMeasureInput)
} else {
measure[index] = value;
}

results.put(pid, measure);
});

results.put(pid, measure);
});
return results;
} catch (Exception exception) {
Expand Down

0 comments on commit 373a10c

Please sign in to comment.