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

Tickets/dm 12700 #115

Merged
merged 2 commits into from Feb 10, 2018
Merged

Tickets/dm 12700 #115

merged 2 commits into from Feb 10, 2018

Conversation

yalsayyad
Copy link
Contributor

No description provided.

@yalsayyad yalsayyad force-pushed the tickets/DM-12700 branch 2 times, most recently from 4b2b149 to 318c03c Compare February 9, 2018 22:11
config.assembleCoadd.retarget(CompareWarpAssembleCoaddTask)

# configs specific to CompareWarpAssembleCoaddTask
config.assembleCoadd.assembleStaticSkyModel.subregionSize = (10000, 200)
Copy link
Member

Choose a reason for hiding this comment

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

Why is this being set here? I wouldn't have thought there was anything special about the CoaddDriver + CompareWarp combination.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because it's laoding the configs from config/assembleCoadd.py instead of config/compareWarpAssembleCoadd.py.

As lines 6-9 are written, changing "assembleCoadd" --> "compareWarpAssembleCoadd" doesn't work, because it will then try to do: config.compareWarpAssembleCoadd.<configs> which of course isn't the name of the subtask. (this was actually that last thing that I changed back after I posted the review). Actually, a better solution is to loop over tuples of the subtask name and config file name. I'll do that.

@yalsayyad yalsayyad merged commit faec93f into master Feb 10, 2018
@ktlim ktlim deleted the tickets/DM-12700 branch August 25, 2018 06:45
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.

None yet

2 participants