Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#858 add changelog #896

Merged
merged 2 commits into from
Mar 19, 2020
Merged

#858 add changelog #896

merged 2 commits into from
Mar 19, 2020

Conversation

martinjrobins
Copy link
Contributor

Description

add changelog for 858

Fixes #858

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Key checklist:

  • No style issues: $ flake8
  • All tests pass: $ python run-tests.py --unit
  • The documentation builds: $ cd docs and then $ make clean; make html

You can run all three at once, using $ python run-tests.py --quick.

Further checks:

  • Code is commented, particularly in hard-to-understand areas
  • Tests added that prove fix is effective or that feature works

@codecov
Copy link

codecov bot commented Mar 18, 2020

Codecov Report

Merging #896 into develop will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #896   +/-   ##
========================================
  Coverage    97.82%   97.82%           
========================================
  Files          207      207           
  Lines        10737    10737           
========================================
  Hits         10503    10503           
  Misses         234      234           

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 90684ac...9cbaee8. Read the comment docs.

@martinjrobins martinjrobins merged commit d43060b into develop Mar 19, 2020
@martinjrobins martinjrobins deleted the issue-858-ddt branch March 19, 2020 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

time derivative operator
2 participants