Skip to content

Commit

Permalink
401: swap imports
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Sharples committed Oct 2, 2024
1 parent c3265c8 commit 7fe5243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_mode_2d_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import numpy as np
import pandas as pd

import metcalcpy.util.mode_2d_arearat_statistics as m2as
import metcalcpy.util.mode_2d_ratio_statistics as m2rs
import metcalcpy.util.mode_2d_arearat_statistics as m2as

def prepare_data(obj_type = "2d"):
"""
Expand Down Expand Up @@ -78,10 +78,10 @@ def prepare_data(obj_type = "2d"):
# The values below should be derived from
# the FSU, OSU, and HITS. However, the
# formulas described in the doc strings
# do not appear to give these answers.
# do not appear to give these answers.
("objacsi", 0.8108331),
("objapody", 0.8996478),
("objafar", 0.0295392),
("objafar", 0.0295392),
]
)
def test_m2as(pair, expected):
Expand Down

0 comments on commit 7fe5243

Please sign in to comment.