Skip to content

Commit

Permalink
adding new physical location
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Sep 24, 2024
1 parent 74303c1 commit caa6e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/test_get_lu_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_load_lu_data():

# define the expected LU constant lookups
exp_site_lu = {'RENCI': 0, 'TACC': 1, 'LSU': 2, 'UCF': 3, 'George Mason': 4, 'Penguin': 5, 'LONI': 6, 'Seahorse': 7, 'QB2': 8, 'CCT': 9,
'PSC': 10, 'UGA': 11, 'TWI': 12}
'PSC': 10, 'UGA': 11, 'TWI': 12, 'AWS-TWI': 13}
exp_event_type_lu = {'RSTR': 0, 'PRE1': 1, 'NOWC': 2, 'PRE2': 3, 'FORE': 4, 'POST': 5, 'REND': 6, 'STRT': 7, 'HIND': 8, 'EXIT': 9, 'FSTR': 10,
'FEND': 11, 'PNOW': 12}
exp_state_type_lu = {'INIT': 0, 'RUNN': 1, 'PEND': 2, 'FAIL': 3, 'WARN': 4, 'IDLE': 5, 'CMPL': 6, 'NONE': 7, 'WAIT': 8, 'EXIT': 9, 'STALLED': 10}
Expand Down

0 comments on commit caa6e21

Please sign in to comment.