Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored and romainsacchi committed Aug 9, 2024
1 parent cd4285e commit d7c4bbe
Show file tree
Hide file tree
Showing 6 changed files with 1,685 additions and 12 deletions.
3 changes: 3 additions & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ requirements:
- platformdirs
- fs
- SALib
- pydantic>=2.8.2
- pyarrow
- fastparquet
test:
imports:
- pathways
Expand Down
12 changes: 3 additions & 9 deletions dev/timing.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,14 @@
regions=["CH"],
scenarios=p.scenarios.pathway.values.tolist(),
years=[
2020,
#2020,
# 2030,
# 2040,
# 2050
2050
],
variables=vars,
use_distributions=20,
use_distributions=10,
subshares=True,
)

p.export_results()

print(p.lca_results.coords)
print(p.lca_results.shape)
print(p.lca_results.sum())

run_gsa()
Loading

0 comments on commit d7c4bbe

Please sign in to comment.