Skip to content

Commit 8b242e2

Browse files
mina5rovictharvik
andauthored
Apply suggestions from code review
Co-authored-by: Valérian Rousset <[email protected]>
1 parent 495b9de commit 8b242e2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

discojs/src/aggregator/get.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ export function getAggregator(
3939
clippingRadius = 1.0,
4040
maxIterations = 1,
4141
beta = 0.9,
42-
}:{
43-
clippingRadius?: number;
44-
maxIterations?: number;
45-
beta?: number;
46-
} = task.trainingInformation;
42+
} = task.trainingInformation;
4743

4844
if (scheme === "decentralized") {
4945
options = {

0 commit comments

Comments
 (0)