Skip to content
Snippets Groups Projects

Use ids instead of names in bundles.

Merged Adham Hashibon requested to merge use-ids-instead-of-names into master
10 files
+ 57
13
Compare changes
  • Side-by-side
  • Inline
Files
10
{
"multi_criteria_optimizer": {
"id": "enthought.dakota",
"id": "force.bdss.bundles.enthought.dakota",
"model_data": {
"value_types": ["DUMMY"]
}
},
"data_sources": [
{
"id": "enthought.csv_extractor",
"id": "force.bdss.bundles.enthought.csv_extractor",
"model_data": {
"filename": "foo.csv",
"row": 3,
@@ -16,7 +16,7 @@
}
},
{
"id": "enthought.csv_extractor",
"id": "force.bdss.bundles.enthought.csv_extractor",
"model_data": {
"filename": "foo.csv",
"row": 3,
@@ -27,7 +27,7 @@
],
"kpi_calculators": [
{
"id": "enthought.kpi_adder",
"id": "force.bdss.bundles.enthought.kpi_adder",
"model_data": {
"cuba_type_in": "PRESSURE",
"cuba_type_out": "TOTAL_PRESSURE"
Loading