Skip to content

Commit b7b539f

Browse files
committed
typo
1 parent f6665b0 commit b7b539f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

libensemble/gen_funcs/persistent_sampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def _get_user_params(user_specs):
3030

3131

3232
@persistent_input_fields(["sim_id"])
33-
@output_data([("x", float, (2,))]) # The dimesion of 2 is a default and can be overwritten
33+
@output_data([("x", float, (2,))]) # The dimension of 2 is a default and can be overwritten
3434
def persistent_uniform(_, persis_info, gen_specs, libE_info):
3535
"""
3636
This generation function always enters into persistent mode and returns

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ HPE = "HPE"
134134
RO = "RO"
135135
lst = "lst"
136136
noy = "noy"
137+
inpt = "inpt"
137138

138139
[tool.typos.files]
139140
extend-exclude = ["*.bib", "*.xml", "docs/nitpicky"]

0 commit comments

Comments
 (0)