Skip to content

Consider delegating some methods of class abcdstats.workflow.Basic #11

@Leengit

Description

@Leengit

Some methods in class abcdstats.workflow.Basic (aka abcdstats.BasicWorkflow) are general purpose / useful outside of our workflow and could be moved to new classes. If they are moved to different classes, the Basic class can either (1) subclass the new classes or (2) set instances of the new classes as self. variables. Either way, the user who wishes to override one of the moved methods can subclass Basic and, respectively, (1) directly override the methods, or (2) override Basic.__init__ and set any new self. variable to an instance of a class that subclasses the original value of that variable.

Candidate groups for delegation are:

  1. allclose_affines
  2. merge_df_list,pandas_replace
  3. lint, check_fields, recursive_check_fields, check_files, check_file_internal, check_csv
  4. configure, config_get, copy_keys_into

... or combine them into groups differently.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions