Skip to content

Commit

Permalink
Python unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudin47 committed May 1, 2024
1 parent 5196001 commit 1328f58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/test/t_FunctionalChaosValidation_std.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ def computeMSENaiveKFold(
)
print("KFold with K = ", kFoldParameter)
assert validationKFold.getSplitter().getN() == sampleSize
#assert validationKFold.getSplitter().getSize() == kFoldParameter # TODO: fix this
# TODO: fix this
# assert validationKFold.getSplitter().getSize() == kFoldParameter

# Compute mean squared error
mseKFoldAnalytical = validationKFold.computeMeanSquaredError()
Expand Down

0 comments on commit 1328f58

Please sign in to comment.