Skip to content
Snippets Groups Projects
Commit a7549e2d authored by Johannes Boog's avatar Johannes Boog
Browse files

[bugfix] skip renaming independent_variable element

parent cb4e0e04
No related branches found
No related tags found
1 merge request!54[bugfix] make all OGS6 benchmarks work.
...@@ -522,14 +522,14 @@ new_prj_ph_property <- function(name, ...@@ -522,14 +522,14 @@ new_prj_ph_property <- function(name,
are_null_or_strings(parameter_name, curve) are_null_or_strings(parameter_name, curve)
if (!is.null(independent_variable)) { # if (!is.null(independent_variable)) {
independent_variable <- lapply(independent_variable, function(x){ # independent_variable <- lapply(independent_variable, function(x){
x <- coerce_names(x, # x <- coerce_names(x,
c("variable_name", # c("variable_name",
"reference_condition", # "reference_condition",
"slope")) # "slope"))
}) # })
} # }
if (!is.null(exponent)) { if (!is.null(exponent)) {
exponent <- coerce_names(exponent, exponent <- coerce_names(exponent,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment