Skip to content

Commit bf1b9b8

Browse files
refactor: rename better_varmap_to_vars to varmap_to_vars
1 parent d5f901e commit bf1b9b8

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
@@ -363,7 +363,7 @@ Keyword arguments:
363363
- `substitution_limit`: The maximum number of times to substitute `varmap` into itself to
364364
obtain numerical values for the variables in `vars`.
365365
"""
366-
function better_varmap_to_vars(varmap::AbstractDict, vars::Vector;
366+
function varmap_to_vars(varmap::AbstractDict, vars::Vector;
367367
tofloat = true, container_type = Array, floatT = Nothing,
368368
toterm = default_toterm, promotetoconcrete = nothing, check = true,
369369
allow_symbolic = false, is_initializeprob = false, substitution_limit = 1000)

0 commit comments

Comments
 (0)