@hestia-earth/engine-models 0.78.0 → 0.78.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/ImpactAssessment.json +25 -23
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/model-links.json +3094 -3089
- package/package.json +5 -5
- package/search-results.json +1 -1
- package/src/version.ts +1 -1
|
@@ -873,18 +873,6 @@
|
|
|
873
873
|
"stage": 1
|
|
874
874
|
}
|
|
875
875
|
],
|
|
876
|
-
{
|
|
877
|
-
"key": "impacts",
|
|
878
|
-
"model": "environmentalFootprintV3-1",
|
|
879
|
-
"value": "freshwaterEcotoxicityPotentialCtue",
|
|
880
|
-
"runStrategy": "always",
|
|
881
|
-
"mergeStrategy": "list",
|
|
882
|
-
"mergeArgs": {
|
|
883
|
-
"replaceThreshold": ["value", 0.01],
|
|
884
|
-
"sameMethodModel": true
|
|
885
|
-
},
|
|
886
|
-
"stage": 1
|
|
887
|
-
},
|
|
888
876
|
{
|
|
889
877
|
"key": "impacts",
|
|
890
878
|
"model": "environmentalFootprintV3-1",
|
|
@@ -947,18 +935,32 @@
|
|
|
947
935
|
"stage": 1
|
|
948
936
|
}
|
|
949
937
|
],
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
"
|
|
958
|
-
|
|
938
|
+
[
|
|
939
|
+
{
|
|
940
|
+
"key": "impacts",
|
|
941
|
+
"model": "environmentalFootprintV3-1",
|
|
942
|
+
"value": "freshwaterEcotoxicityPotentialCtue",
|
|
943
|
+
"runStrategy": "always",
|
|
944
|
+
"mergeStrategy": "list",
|
|
945
|
+
"mergeArgs": {
|
|
946
|
+
"replaceThreshold": ["value", 0.01],
|
|
947
|
+
"sameMethodModel": true
|
|
948
|
+
},
|
|
949
|
+
"stage": 1
|
|
959
950
|
},
|
|
960
|
-
|
|
961
|
-
|
|
951
|
+
{
|
|
952
|
+
"key": "impacts",
|
|
953
|
+
"model": "usetoxV2-1",
|
|
954
|
+
"value": "freshwaterEcotoxicityPotentialCtue",
|
|
955
|
+
"runStrategy": "add_blank_node_if_missing",
|
|
956
|
+
"mergeStrategy": "list",
|
|
957
|
+
"mergeArgs": {
|
|
958
|
+
"replaceThreshold": ["value", 0.01],
|
|
959
|
+
"sameMethodModel": true
|
|
960
|
+
},
|
|
961
|
+
"stage": 1
|
|
962
|
+
}
|
|
963
|
+
],
|
|
962
964
|
[
|
|
963
965
|
{
|
|
964
966
|
"key": "impacts",
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ENGINE_VERSION = "0.78.
|
|
1
|
+
export declare const ENGINE_VERSION = "0.78.1";
|
package/dist/version.js
CHANGED