NOAA-ORR-ERD / OilLibrary

The NOAA library of oils and their properties.
Other
11 stars 17 forks source link

Problem with Dispersion and Droplet_distribution #14

Closed HanhHelen closed 6 years ago

HanhHelen commented 6 years ago

Dear authors, When testing the oillibrary, i have the problems: FAIL: test_dispersion (main.TestOil)

Traceback (most recent call last): File "C:/opendrift-master/tests/test_oillibrary.py", line 92, in test_dispersion fraction_dispersed) AssertionError: 0.09339651 != 0.068167008 within 7 places

====================================================================== FAIL: test_droplet_distribution (main.TestOil)

Traceback (most recent call last): File "C:/opendrift-master/tests/test_oillibrary.py", line 130, in test_droplet_distribution self.assertAlmostEqual(d.mean(), 0.00006904389) AssertionError: 5.763371939835245e-05 != 6.904389e-05 within 7 places

Would you please to help me?

ChrisBarker-NOAA commented 6 years ago

This looks like an open_drift test failure -- you'll need to ask its developers.

-CHB

HanhHelen commented 6 years ago

I got it. Thanks for anyway.