Github user MJJoyce commented on a diff in the pull request:
https://github.com/apache/climate/pull/221#discussion_r36877042
--- Diff: ocw/tests/test_metrics.py ---
@@ -208,41 +229,6 @@ def test_function_run(self):
expected_result.fill(-300)
np.testing.assert_array_equal(self.mean_bias.run(self.target_dataset,self.reference_dataset),
expected_result)
- def test_function_run_abs(self):
- '''Test mean bias function between reference dataset and target
dataset with abs as True.'''
- expected_result = np.zeros((5, 5), dtype=np.int)
- expected_result.fill(300)
-
np.testing.assert_array_equal(self.mean_bias.run(self.reference_dataset,
self.target_dataset, True), expected_result)
-
-
-class TestSpatialMeanOfTemporalMeanBias(unittest.TestCase):
--- End diff --
Hey @huikyole, is there a reason why we're dropping this here? I'm not
understanding why this is getting dropped from reading the JIRA and commit
message but perhaps I'm overlooking something.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---