Skip to content

Commit b042b87

Browse files
committed
wip
Signed-off-by: arthurPignet <arthur.pignet@mines-paristech.fr>
1 parent 40379dc commit b042b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mplc/contributivity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ def compute_relative_perf_matrix(self):
11131113

11141114
return relative_perf_matrix
11151115

1116-
def s_model(self): # TOD refacto
1116+
def s_model(self):
11171117
start = timer()
11181118
mpl = basic_mpl.FedAvgSmodel(self.scenario)
11191119
mpl.fit()

0 commit comments

Comments
 (0)