Skip to content

Commit

Permalink
remove blocks on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit committed Oct 24, 2024
1 parent 917ab4f commit 4d0647e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions forcingprocessor/tests/test_forcingprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ def test_noaa_nwm_pds_https_medium_range():
os.remove(assert_file)

def test_noaa_nwm_pds_https_analysis_assim():
assert False, f'test_nomads_post_processed() is BROKEN - https://github.com/CIROH-UA/nwmurl/issues/36'
nwmurl_conf['start_date'] = date + hourminute
nwmurl_conf['end_date'] = date + hourminute
nwmurl_conf["urlbaseinput"] = 7
Expand All @@ -173,11 +172,10 @@ def test_noaa_nwm_pds_https_analysis_assim():
os.remove(assert_file)

def test_noaa_nwm_pds_https_analysis_assim_extend():
assert False, f'test_nomads_post_processed() is BROKEN - https://github.com/CIROH-UA/nwmurl/issues/36'
nwmurl_conf['start_date'] = date + hourminute
nwmurl_conf['end_date'] = date + hourminute
nwmurl_conf["urlbaseinput"] = 7
nwmurl_conf["runinput"] = 7
nwmurl_conf["runinput"] = 6
generate_nwmfiles(nwmurl_conf)
prep_ngen_data(conf)
assert assert_file.exists()
Expand Down

0 comments on commit 4d0647e

Please sign in to comment.