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

Change optional dataset properties to default arguments #24

Closed
kmdouglass opened this issue Jun 12, 2016 · 0 comments
Closed

Change optional dataset properties to default arguments #24

kmdouglass opened this issue Jun 12, 2016 · 0 comments
Milestone

Comments

@kmdouglass
Copy link
Owner

The DatabaseAtom code should be cleaned up by requiring only acqID, data, prefix, and datasetType as positional arguments; the rest can be made arguments that default to None.

This should help ease code maintenance and the addition of more fields in the future.

I'm working this at the same time as #23 since the creation of a SimpleParser should reflect these changes. I'm also adding a date property as an optional field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant