From 209c3ab5df7752326a279cfd46fdcaabd7cbc29e Mon Sep 17 00:00:00 2001 From: teddygroves Date: Thu, 4 Apr 2024 09:32:20 +0200 Subject: [PATCH] delete commented lines from parameters files --- maud/data/example_inputs/linear_multidgf/parameters.toml | 5 ----- maud/data/example_inputs/linear_multidgf/priors.toml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/maud/data/example_inputs/linear_multidgf/parameters.toml b/maud/data/example_inputs/linear_multidgf/parameters.toml index 2c8c448c..85c7ae73 100644 --- a/maud/data/example_inputs/linear_multidgf/parameters.toml +++ b/maud/data/example_inputs/linear_multidgf/parameters.toml @@ -22,11 +22,6 @@ dissociation_constant = [ {exploc = 1, scale = 0.6, enzyme = "r2", metabolite = "M1", compartment = "c", modification_type = "inhibition"}, ] -# dgf = [ -# {location = -1, metabolite = "M1", scale = 0.05}, -# {location = -2, metabolite = "M2", scale = 0.05}, -# ] - psi = [ {location = -0.95, scale = 0.2, experiment = "condition1"}, {location = -0.95, scale = 0.2, experiment = "condition2"}, diff --git a/maud/data/example_inputs/linear_multidgf/priors.toml b/maud/data/example_inputs/linear_multidgf/priors.toml index 68e50cb1..b820eaa2 100644 --- a/maud/data/example_inputs/linear_multidgf/priors.toml +++ b/maud/data/example_inputs/linear_multidgf/priors.toml @@ -22,11 +22,6 @@ dissociation_constant = [ {exploc = 1, scale = 0.6, enzyme = "r2", metabolite = "M1", compartment = "c", modification_type = "inhibition"}, ] -# dgf = [ -# {location = -1, metabolite = "M1", scale = 0.05, fixed_value = -1}, -# {location = -2, metabolite = "M2", scale = 0.05}, -# ] - psi = [ {location = -0.95, scale = 0.2, experiment = "condition1"}, {location = -0.95, scale = 0.2, experiment = "condition2"},