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

Improved handling of Omicron parameters files #50

Merged
merged 7 commits into from
Feb 13, 2017

Conversation

duncanmmacleod
Copy link
Member

This PR re-works the omicron-process executable and the omicron.parameters module to better handle Omicron parameters files. PyOmicron now uses a sub-class of ConfigParser to handle these files, with custom I/O methods to match the ASCII format for these files.

This PR also improves the workflow in a few ways.

- use `parameters.OmicronParameters` object
- all nodes in workflow are now repeatable, except the rm node which is
  now the final step in the workflow
- all nodes register input and output files (has no impact except in
  comments in the condor files)
@duncanmmacleod duncanmmacleod self-assigned this Feb 12, 2017
@duncanmmacleod duncanmmacleod added omicron.condor Related to the omicron.condor module pr:backwards-compatible Changes implemented are backwards compatible labels Feb 12, 2017
@duncanmmacleod duncanmmacleod added this to the 0.3 milestone Feb 12, 2017
@duncanmmacleod duncanmmacleod modified the milestones: 0.3, 0.4 Feb 13, 2017
@coveralls
Copy link

coveralls commented Feb 13, 2017

Coverage Status

Coverage increased (+6.7%) to 41.026% when pulling 42052d6 on duncanmmacleod:parameters-configparser into bd6fbb4 on ligovirgo:master.

these are now instances methods of `OmicronParameters`
@coveralls
Copy link

Coverage Status

Coverage increased (+8.1%) to 42.46% when pulling 79f192d on duncanmmacleod:parameters-configparser into bd6fbb4 on ligovirgo:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+8.1%) to 42.46% when pulling 79f192d on duncanmmacleod:parameters-configparser into bd6fbb4 on ligovirgo:master.

@duncanmmacleod duncanmmacleod merged commit ab51e87 into gwpy:master Feb 13, 2017
@duncanmmacleod duncanmmacleod deleted the parameters-configparser branch February 13, 2017 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
omicron.condor Related to the omicron.condor module pr:backwards-compatible Changes implemented are backwards compatible
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants