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

Remove redundant row_var and start_year fields from parameter JSON files #2285

Merged
merged 1 commit into from
Apr 3, 2019
Merged

Remove redundant row_var and start_year fields from parameter JSON files #2285

merged 1 commit into from
Apr 3, 2019

Conversation

martinholmer
Copy link
Collaborator

@martinholmer martinholmer commented Apr 3, 2019

This pull request eliminates the row_var field because all classes that are derived from the Parameters class have rows in their defaults JSON file that are index by year. And it also eliminates the start_year field because that is an attribute of the class derived from the Parameter class not an attribute of each individual parameter.

@codecov
Copy link

codecov bot commented Apr 3, 2019

Codecov Report

Merging #2285 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #2285   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files          12      12           
  Lines        2944    2944           
======================================
  Hits         2944    2944

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 d0f7ef0...fad6b50. Read the comment docs.

@martinholmer martinholmer merged commit 42f8b3b into PSLmodels:master Apr 3, 2019
@martinholmer martinholmer deleted the streamline-json-files branch April 3, 2019 15:36
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.

1 participant