Skip to content

Commit 783708f

Browse files
chore: fix typo
1 parent 8f8049d commit 783708f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VariableFidelity.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function (varfid::VariableFidelitySurrogate)(val)
145145
end
146146

147147
"""
148-
add_point!(varfid::VariableFidelitySurrogate,x_new,y_new)
148+
update!(varfid::VariableFidelitySurrogate,x_new,y_new)
149149
150150
I expect to add low fidelity data to the surrogate.
151151
"""

0 commit comments

Comments
 (0)