We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f79f1 commit f2fe489Copy full SHA for f2fe489
src/if-run/builtins/coefficient/index.ts
@@ -20,20 +20,8 @@ export const Coefficient = (
20
): ExecutePlugin => {
21
const metadata = {
22
kind: 'execute',
23
- inputs: parametersMetadata?.inputs || {
24
- carbon: {
25
- description: 'an amount of carbon emitted into the atmosphere',
26
- unit: 'gCO2e',
27
- 'aggregation-method': 'sum',
28
- },
29
30
- outputs: parametersMetadata?.outputs || {
31
- 'carbon-product': {
32
- description: 'a product of cabon property and the coefficient',
33
34
35
36
+ inputs: parametersMetadata?.inputs,
+ outputs: parametersMetadata?.outputs,
37
};
38
39
/**
0 commit comments