Uploaded image for project: 'Apache Open Climate Workbench (Retired)'
  1. Apache Open Climate Workbench (Retired)
  2. CLIMATE-339

Metrics.py has typo in Class TemporalStdDev, def Run (axi --> axis) + test_metrics.py need to be modified

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.3-incubating
    • 0.4
    • metrics
    • None

    Description

      There is typo on function "run" in class "TemporalStdDev" in metrics.py in return section:

      return target_dataset.values.std(axi=0, ddof=1) --> return target_dataset.values.std(axis=0, ddof=1)

      Also the unittest for metrics.py (test_metrics.py) need to modified to pass test for above correction.

      Attachments

        Activity

          People

            boustani Maziyar Boustani
            boustani Maziyar Boustani
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: