Github user prateekiiest commented on a diff in the pull request:
https://github.com/apache/climate/pull/516#discussion_r199679510
--- Diff: ocw/tests/test_dap.py ---
@@ -17,11 +17,14 @@
import unittest
import datetime as dt
-import ocw.data_source.dap as dap
+try:
+ import ocw.data_source.dap as dap
+except ImportError:
--- End diff --
looks good @lewismc ð
This will probably solve the problem---
