Skip to content

Commit c60793c

Browse files
Potential fix for code scanning alert no. 9893: Unused local variable
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Jinzhe Zeng <njzjz@qq.com>
1 parent 69dbf52 commit c60793c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

source/tests/tf/test_stat_file.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ def test_stat_file_tf(self) -> None:
5959
self.assertTrue(stat_path.exists(), "Stat file directory should be created")
6060

6161
# Check for energy bias and std files
62-
bias_file = stat_path / "bias_atom_energy"
63-
std_file = stat_path / "std_atom_energy"
6462

6563
# At minimum, the directory structure should be created
6664
# Even if files aren't created due to insufficient data, the directory should exist

0 commit comments

Comments
 (0)