Skip to content

Commit

Permalink
new style 1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Sep 6, 2024
1 parent 8449b8f commit 0c99fd9
Show file tree
Hide file tree
Showing 9 changed files with 497 additions and 264 deletions.
231 changes: 0 additions & 231 deletions cases/1-one-compartment/meta/src/shared-constants.heta.json

This file was deleted.

18 changes: 17 additions & 1 deletion cases/1-one-compartment/platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,24 @@ id: mm
builderVersion: '*'
options:
logLevel: info
debug: true
debug: false
unitsCheck: false
importModule:
type: heta
source: src/shared-constants.heta
export:
- format: JSON
filepath: json
- format: SLV
filepath: slv
spaceFilter: one_comp
- format: SLV
filepath: slv_saturable
spaceFilter: one_comp_saturation
- format: Mrgsolve
filepath: non_saturable
spaceFilter: one_comp
- format: Mrgsolve
filepath: mrg_saturable
spaceFilter: one_comp_saturation

7 changes: 0 additions & 7 deletions cases/1-one-compartment/src/dividing.heta
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,3 @@ end

include non-saturable.heta;
include saturable.heta;

//#export {space: one_comp, format: SBML, filepath: sbml_non_saturable};
//#export {space: one_comp_saturation, format: SBML, filepath: sbml_saturable};
#export { filepath: json, format: JSON };
#export { filepath: slv_non_saturable, spaceFilter: one_comp, format: SLV };
#export { filepath: slv_saturable, spaceFilter: one_comp_saturation, format: SLV };

8 changes: 0 additions & 8 deletions cases/1-one-compartment/src/shared-constants.heta
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,3 @@ namespace one_comp_saturation begin
a0 []= 10; // initial value
s1 []= 0;
end

//#export {space: one_comp, filepath: sbml_non_saturable, format: SBML};
//#export {space: one_comp_saturation, filepath: sbml_saturable, format: SBML};
#export {format: JSON, filepath: json};
#export {format: SLV, spaceFilter: one_comp, filepath: slv_non_saturable};
#export {format: SLV, spaceFilter: one_comp_saturation, filepath: slv_saturable};
#export {format: Mrgsolve, spaceFilter: one_comp, filepath: non_saturable};
#export {format: Mrgsolve, spaceFilter: one_comp_saturation, filepath: mrg_saturable};
5 changes: 0 additions & 5 deletions cases/1-one-compartment/src/single-model.heta
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,3 @@ namespace one_comp begin
a0 []= 10; // initial value
s1 []= 0;
end

//#export {space: one_comp, filepath: sbml, format: SBML};
#export {spaceFilter: one_comp, filepath: json, format: JSON};
#export {spaceFilter: one_comp, filepath: slv, format: SLV};

Loading

0 comments on commit 0c99fd9

Please sign in to comment.