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-9740: "Make lsst_ci run obs_cfht, obs_decam example in its scons test." #2

Merged
merged 6 commits into from
Mar 15, 2017

Commits on Mar 8, 2017

  1. Configuration menu
    Copy the full SHA
    831dd32 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2017

  1. Test obs_cfht "quick" example

    wmwv committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    262aee9 View commit details
    Browse the repository at this point in the history
  2. Test obs_decam "quick" example.

    wmwv committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    8030fc6 View commit details
    Browse the repository at this point in the history
  3. Use lsst.utils.getPackageDir instead of os.getenv.

    The getPackageDir is the approved standard way to get package directories
    for loaded packages.
    wmwv committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    b81c39c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. Configuration menu
    Copy the full SHA
    881d137 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Pass --noplot to validateDrp.py for tests.

    Making plots can fail on machines with DISPLAY not set.
    Yes, this indicates something with our matplotlib that we should fix.
    But we don't really even want these output plots for now,
    so we can just turn the plots off.
    wmwv committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    fe4f037 View commit details
    Browse the repository at this point in the history