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

Clean-up to reduce pylint info / warnings #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mnlevy1981
Copy link
Contributor

  1. spaces after commas
  2. introduced some public routines to return private data from generic classes
    • get_var(var_name) returns _var_dict[var_name]
      • GenericAnalysisElement and GenericDataSource
    • get_config(key) returns _global_config[key]
      • GenericAnalysisElement only
    • is_var(var_name) returns (var_name in var_dict)
      • GenericDataSource only
  3. Disabled some pylint warnings to reduce the noise

1. spaces after commas
2. introduced some public routines to return private data from generic classes
   - get_var(var_name) returns _var_dict[var_name]
     * GenericAnalysisElement and GenericDataSource
   - get_config(key) returns _global_config[key]
     * GenericAnalysisElement only
   - is_var(var_name) returns (var_name in var_dict)
     * GenericDataSource only
3. Disabled some pylint warnings to reduce the noise
@mnlevy1981 mnlevy1981 added the Work In Progress This PR is not yet ready to merge label Jun 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Work In Progress This PR is not yet ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant