Skip to content

Commit

Permalink
[Bug] Fix ordering of input features for LTuner (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ephoris authored May 2, 2024
1 parent 7a573a0 commit e057d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endure/ltune/data/input_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"w",
]

kINPUT_FEATS = kSYSTEM_HEADER + kWORKLOAD_HEADER
kINPUT_FEATS = kWORKLOAD_HEADER + kSYSTEM_HEADER

0 comments on commit e057d12

Please sign in to comment.