Skip to content

Commit

Permalink
Update test_ITU to ensure the right versions are used
Browse files Browse the repository at this point in the history
  • Loading branch information
iportillo committed Jun 20, 2020
1 parent 5225f43 commit cb2934a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/test_ITU.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ def suite():
"""
suite = test.TestSuite()

# Ensure models are in the right version
models.itu676.change_version(11)
models.itu618.change_version(13)
models.itu453.change_version(12)
models.itu837.change_version(7)
models.itu838.change_version(3)
models.itu839.change_version(4)
models.itu840.change_version(7)
models.itu1511.change_version(1)

# ITU-R P.676 tests (Gaseous attenuation)
suite.addTest(ITUR676_9TestCase('test_gammaw'))
suite.addTest(ITUR676_9TestCase('test_gamma0'))
Expand Down

0 comments on commit cb2934a

Please sign in to comment.