Skip to content

Commit

Permalink
Add field inherited_from, for lca_publish. Adds meta tag isProxy to d…
Browse files Browse the repository at this point in the history
…ummy activity, to remove them from report for lca_publish. Fix bug #12 : Functions annotated with @with_context_db , using named arguments
  • Loading branch information
raphaeljolivet committed Feb 28, 2022
1 parent 85e0e2c commit 662c34b
Show file tree
Hide file tree
Showing 9 changed files with 560 additions and 422 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ecoinvent 3.4_cutoff_ecoSpold02/
ecoinvent 3.4_cutoff_ecoSpold02
.*/
__pycache__/
.envrc
Expand Down
2 changes: 1 addition & 1 deletion example-notebook.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ A dashboard groups all this information in a single interface with tabs.
It also shows total variation of impacts. This last graph could be improved by showing stacked colored bars with the contribution of each parameter to this variation, according to Sobol indices.

```{python}
incer_stochastic_dashboard(model, impacts)
incer_stochastic_dashboard(model=model, methods=impacts)
```

# Producing simplified models
Expand Down
Loading

0 comments on commit 662c34b

Please sign in to comment.