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

Add Janitor class #581

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

Add Janitor class #581

wants to merge 2 commits into from

Conversation

pavlis
Copy link
Collaborator

@pavlis pavlis commented Nov 16, 2024

This implements a new Janitor python class. This can be used to solve a long standing problem with handling Metadata attributes in a workflow. Attributes can become stale and/or inappropriate for the object containing them. An example is "chan" values left as debris by the bundle function. This class implements generic methods to handle cleaning out such debris.

This initial push should be viewed as a draft from coimments by the group. Colleagues please consider:

  1. Is the API complete?
  2. Are the names rational? They are kind of cutsey but that also makes them memorable.
  3. Read the docstrings and critically evaluate behavior of the methods.

I think the tests may be broken on the very last thing run. I'm pushing this anyway as I'm a bit suspect of my pytest setup and hoping I can get some insight running this on github.

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