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-42999: Demote routine "warnings" and fix build problems #311

Merged
merged 4 commits into from
Mar 1, 2024

Commits on Feb 26, 2024

  1. Do not warn when constructing linearizer.

    Constructing a linearizer is a routine operation (it happens any time
    doLinearize is unset). However, it is a useful progress report, so set
    to info, and do the same when loading a linearizer directly from
    the Butler.
    kfindeisen committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    dad7cdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad41bf9 View commit details
    Browse the repository at this point in the history
  3. Migrate AssembleCcdTask to Numpydoc.

    The old docs were breaking *both* Doxygen and Sphinx.
    kfindeisen committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    f87eb95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1978dc9 View commit details
    Browse the repository at this point in the history