Skip to content

Commit

Permalink
Check if further_info_url is not in CMIP6Plus dataset file
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Feb 16, 2024
1 parent 586fa75 commit 4a9c81d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Test/test_cmor_CMIP6Plus.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ def test_multiple_modeling_realms(self):
self.assertEqual(
cmor.write(ivar, data, ntimes_passed=ntimes_passed),
0)


self.assertFalse(cmor.has_cur_dataset_attribute('further_info_url'))

realms = cmor.get_cur_dataset_attribute('realm')
self.assertEqual(realms, "ocean seaIce")

Expand Down

0 comments on commit 4a9c81d

Please sign in to comment.