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 6514 #16

Merged
merged 2 commits into from
Jun 9, 2016
Merged

Tickets/dm 6514 #16

merged 2 commits into from
Jun 9, 2016

Commits on Jun 9, 2016

  1. Use immediate=True when unpersisting linearizers in IsrTask

    Linearizers are functors and the butler has a bug (DM-6515)
    that the read proxy doesn't work with functors. Work around this
    by using immediate=True when unpersisting linearizers.
    r-owen committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    0ef7e6c View commit details
    Browse the repository at this point in the history
  2. Change default doLinearize to True

    The default value of doLinearize is supposed to be True
    since all obs_ packages should explicitly disable linearization
    if not wanted (e.g. by setting linearization type to
    NullLinearizationType and perhaps also setting doLinearize=False)
    r-owen committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    25274b9 View commit details
    Browse the repository at this point in the history