Skip to content

Commit 7f55cde

Browse files
committed
fixed docstrings and removed unused variables
1 parent 08a2019 commit 7f55cde

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

validphys2/src/validphys/closuretest/multiclosure.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
)
2525
from validphys.results import ThPredictionsResult
2626

27-
# bootstrap seed default
28-
DEFAULT_SEED = 9689372
29-
# stepsize in fits/replicas to use for finite size bootstraps
30-
SAMPLING_INTERVAL = 5
31-
3227

3328
@dataclasses.dataclass
3429
class MulticlosureLoader:
@@ -473,8 +468,6 @@ def normalized_delta_bias_data(
473468
"""
474469
Compute for all data only the normalized delta after PCA regularization.
475470
476-
TODO: deltas are defined as ...
477-
478471
Parameters
479472
----------
480473
regularized_multiclosure_data_loader : tuple

validphys2/src/validphys/closuretest/multiclosure_inconsistent_output.py

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,15 @@
1717

1818

1919
"""
20-
TODO
21-
"""
22-
lambdavalues_table_bias_variance_datasets = collect(
23-
"table_bias_variance_datasets", ("lambdavalues",)
24-
)
25-
26-
27-
"""
28-
TODO
20+
Collects bootstrapped_table_bias_datasets over multiple lambda values dataspecs.
2921
"""
3022
lambdavalues_bootstrapped_table_bias_datasets = collect(
3123
"bootstrapped_table_bias_datasets", ("lambdavalues",)
3224
)
3325

3426

3527
"""
36-
TODO
28+
Collects bootstrapped_table_bias_data over multiple lambda values dataspecs.
3729
"""
3830
lambdavalues_bootstrapped_table_bias_data = collect(
3931
"bootstrapped_table_bias_data", ("lambdavalues",)

0 commit comments

Comments
 (0)