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-11776: suppress numpy NAN warnings #100

Merged
merged 1 commit into from
Feb 5, 2018
Merged

Commits on Feb 5, 2018

  1. suppress numpy warnings about NAN

    /software/lsstsw/stack/Linux64/meas_algorithms/13.0-18-gc4ad422+4/python/lsst/meas/algorithms/objectSizeStarSelector.py:400: RuntimeWarning: invalid value encountered in less
      bad = numpy.logical_or(bad, width < self.config.widthMin)
    /software/lsstsw/stack/Linux64/meas_algorithms/13.0-18-gc4ad422+4/python/lsst/meas/algorithms/objectSizeStarSelector.py:401: RuntimeWarning: invalid value encountered in greater
      bad = numpy.logical_or(bad, width > self.config.widthMax)
    /software/lsstsw/stack/Linux64/meas_algorithms/13.0-18-gc4ad422+4/python/lsst/meas/algorithms/matcherSourceSelector.py:126: RuntimeWarning: invalid value encountered in greater
      return sourceCat.get(self.fluxKey)/sourceCat.get(self.fluxSigmaKey) > self.config.minSnr
    PaulPrice committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    f0c5f1e View commit details
    Browse the repository at this point in the history