Skip to content

Commit

Permalink
* Pylint adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Abelt committed Apr 22, 2024
1 parent e746003 commit f6b9879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varats/varats/experiments/vara/feature_perf_precision.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def select_project_binaries(project: VProject) -> tp.List[ProjectBinaryWrapper]:
"ALUGrid": "poisson_alugrid"
}

for grid in grid_binary_map:
for grid, _ in grid_binary_map.items():
if grid in f_tags:
return [
binary for binary in project.binaries
Expand Down

0 comments on commit f6b9879

Please sign in to comment.