ioos / system-test

IOOS DMAC System Integration Test project
github.com/ioos/system-test/wiki
The Unlicense
7 stars 14 forks source link

First commit of ModelDataCompare_SSH. #184

Closed ocefpaf closed 9 years ago

ocefpaf commented 9 years ago

@rsignell-usgs Here is my version of your inundation notebook as you requested. Let me know if this is OK with system-test rules and/or if I need to review/add things.

nbviewer link

rsignell-usgs commented 9 years ago

@ocefpaf,I shouldn't worry about the Travis failure because it's just a time out, right?

ocefpaf commented 9 years ago

Yes, that is a time out. You can run the tests locally to see what fails and what does not issuing the following commands (from the test folder):

# This test is important and light weight, but it is shadowed by the test below.
nosetests --verbose --nocapture test_system-test_rules.py 

# Takes forever because runs all notebooks.
nosetests --verbose --nocapture test_notebooks.py 
ocefpaf commented 9 years ago

@rsignell-usgs One important thing to note is that I manually removed the ESTOFS model URL from the list because I cannot download any data from there. It is probably my lack of broadband connection.