Skip to content

Commit

Permalink
Merge pull request #4720 from jedwards4b/update_test_machine
Browse files Browse the repository at this point in the history
docker is not a machine, ubuntu_latest is
  • Loading branch information
jedwards4b authored Dec 17, 2024
2 parents 3967c7f + c1ddf26 commit 5cd1d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIME/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@ def get_charge_account(machobj=None, project=None):
>>> import CIME
>>> import CIME.XML.machines
>>> machobj = CIME.XML.machines.Machines(machine="docker")
>>> machobj = CIME.XML.machines.Machines(machine="ubuntu-latest")
>>> project = get_project(machobj)
>>> charge_account = get_charge_account(machobj, project)
>>> project == charge_account
Expand Down

0 comments on commit 5cd1d07

Please sign in to comment.