Skip to content

Commit

Permalink
Merge pull request #21 from ClimateImpactLab/bump_dscimv0.3.0
Browse files Browse the repository at this point in the history
bump dscim version to 0.3.0
  • Loading branch information
kemccusker authored Sep 29, 2022
2 parents fa73001 + ef891bd commit 6b6b433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- nc-time-axis==1.4.1
- jupyterlab_widgets==3.0.3
- pip:
- dscim==0.2.1
- dscim==0.3.0
- black==22.1.0
- flake8==5.0.4
- dill==0.3.5.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/command_line_scghg.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def epa_scghgs(sectors,

# Command line interface for DSCIM-epa runs
f = Figlet(font='slant')
print(f.renderText('DSCIM'))
print(f.renderText('DSCIM-EPA'))



Expand Down

0 comments on commit 6b6b433

Please sign in to comment.