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

DM-34863: Update tests and remove gen2 code from obs_decam. #227

Merged
merged 34 commits into from Jul 20, 2022

Conversation

erykoff
Copy link
Contributor

@erykoff erykoff commented Jul 18, 2022

No description provided.


def getCrosstalkDir():
"""Get crosstalk directory in obs package for outputting data."""
return os.path.join(getPackageDir('obs_decam'), 'decam', 'crosstalk')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's highly likely that you are going to want people to specify an input directory or a glob expanding to all the files rather than expecting the crosstalk files to always be here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the destination, it just puts them in decam/crosstalk as before.

@@ -1,6 +1,5 @@
from .version import *
from .decamMapper import *

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this blank line need to be here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe not, but I don't want to mess with the working ticket...

@erykoff erykoff merged commit 9c90925 into main Jul 20, 2022
@erykoff erykoff deleted the tickets/DM-34863 branch July 20, 2022 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants