Skip to content

Commit 92511ce

Browse files
HasharaCopilot
andauthored
remove unused variable in test_scripts/verify_runtime.ps1
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5dcdf01 commit 92511ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_scripts/verify_runtime.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $WD = "test_scripts/test_data"
66
$expectedFile = Join-Path $WD "expected_runtime.tsv"
77
$reportedFile = "time_log.tsv"
88
$selectedColumnsFile = Join-Path $WD "selected_columns.tsv"
9-
$reportedColumnFile = "$env:TEMP\reported_column.tsv"
9+
# Removed $reportedColumnFile as it is not used elsewhere
1010
$finalFile = Join-Path $WD "combined_with_reported.tsv"
1111

1212
# Get the header and find the index of the expected column name

0 commit comments

Comments
 (0)