Skip to content

Commit 71361dd

Browse files
refactor: rename better_varmap_to_vars to varmap_to_vars
1 parent 75b5457 commit 71361dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/problem_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ Keyword arguments:
366366
- `substitution_limit`: The maximum number of times to recursively substitute `varmap` into
367367
itself to get a numeric value for each variable in `vars`.
368368
"""
369-
function better_varmap_to_vars(varmap::AbstractDict, vars::Vector;
369+
function varmap_to_vars(varmap::AbstractDict, vars::Vector;
370370
tofloat = true, use_union = false, container_type = Array, buffer_eltype = Nothing,
371371
toterm = default_toterm, check = true, allow_symbolic = false,
372372
is_initializeprob = false, substitution_limit = 100)

0 commit comments

Comments
 (0)