Skip to content

Commit

Permalink
docs: add periods to end sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrandstaeter committed Jan 10, 2025
1 parent ad1aaf4 commit bb64db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions queens/iterators/sobol_index_iterator.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class SobolIndexIterator(Iterator):
num_samples (int): Number of samples.
calc_second_order (bool): Whether to calculate second-order sensitivities.
skip_values (int or None): Number of points in Sobol' sequence to skip, ideally a value of
base 2 (default: 1024)
base 2 (default: 1024).
num_bootstrap_samples (int): Number of bootstrap samples for confidence intervals.
confidence_level (float): Confidence level for the intervals.
result_description (dict): Description of the desired results.
Expand Down Expand Up @@ -80,7 +80,7 @@ def __init__(
confidence_level (float): Confidence level for intervals.
result_description (dict): Description of the desired results.
skip_values (int or None): Number of points in Sobol' sequence to skip, ideally a value
of base 2 (default: 1024)
of base 2 (default: 1024).
"""
super().__init__(model, parameters, global_settings)

Expand Down

0 comments on commit bb64db4

Please sign in to comment.