-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add initial structure for Ctests Tests added: - coding norms - satwnd_amv_goes - sfcsno Tests data - Currently using full-resolution BUFR files (obsforge-0.0.0.tgz in EMCRZDM) - Working on reduced BUFR files (obsforge-0.0.1.tgz on EMCRZDM) for next PR [Issue #3 ](#3) Two functions are implemented to define and generate tests for satellite data and conventional data from dump, respectively
- Loading branch information
1 parent
80a577e
commit 3bbb7ce
Showing
27 changed files
with
7,956 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[pycodestyle] | ||
count = False | ||
ignore = E226,E401,E402,W503 | ||
max-line-length = 160 | ||
statistics = True | ||
exclude = Experimental |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.