openscm / pymagicc

Python wrapper for the simple climate model MAGICC
https://pymagicc.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
39 stars 27 forks source link

Update SCEN7 writer to handle single variable writing #298

Closed znicholls closed 4 years ago

znicholls commented 4 years ago

Pull request

Please confirm that this pull request has done the following:

Adding to CHANGELOG.rst

Please add a single line in the changelog notes similar to one of the following:

- (`#XX <http://link-to-pr.com>`_) Added feature which does something
- (`#XX <http://link-to-pr.com>`_) Fixed bug identified in (`#XX <http://link-to-issue.com>`_)
codecov[bot] commented 4 years ago

Codecov Report

Merging #298 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #298   +/-   ##
=======================================
  Coverage   93.37%   93.37%           
=======================================
  Files           7        7           
  Lines        2414     2416    +2     
  Branches      495      495           
=======================================
+ Hits         2254     2256    +2     
  Misses        102      102           
  Partials       58       58           
Impacted Files Coverage Δ
pymagicc/io.py 93.73% <100.00%> (+<0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 85fa6a4...67b4622. Read the comment docs.