Skip to content

Commit 6b6b433

Browse files
authored
Merge pull request #21 from ClimateImpactLab/bump_dscimv0.3.0
bump dscim version to 0.3.0
2 parents fa73001 + ef891bd commit 6b6b433

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
- nc-time-axis==1.4.1
2929
- jupyterlab_widgets==3.0.3
3030
- pip:
31-
- dscim==0.2.1
31+
- dscim==0.3.0
3232
- black==22.1.0
3333
- flake8==5.0.4
3434
- dill==0.3.5.1

scripts/command_line_scghg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def epa_scghgs(sectors,
401401

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

406406

407407

0 commit comments

Comments
 (0)