Skip to content

Commit 7e3f02c

Browse files
committed
(fix): XGBoost again sample rate leftover
1 parent e2e5f6e commit 7e3f02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/metric_providers/test_metric_provider_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def test_powermetrics():
168168

169169
def test_cloud_energy():
170170
filename = os.path.join(GMT_ROOT_DIR, './tests/data/metrics/cpu_utilization_mach_system.log')
171-
obj = PsuEnergyAcXgboostMachineProvider(100, HW_CPUFreq=4000, CPUChips=1, CPUThreads=1, TDP=160,
171+
obj = PsuEnergyAcXgboostMachineProvider(HW_CPUFreq=4000, CPUChips=1, CPUThreads=1, TDP=160,
172172
HW_MemAmountGB=4, skip_check=True, filename=filename)
173173

174174
df = obj.read_metrics()

0 commit comments

Comments
 (0)