Skip to content

Commit 298290a

Browse files
committed
chore: remove one un-useful line
1 parent 5a033d7 commit 298290a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dftio/io/abacus/abacus_parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ def add_h0_delta_h(self, h0_src_root, old_lmdb_path, new_lmdb_path, keep_old_lmd
395395
os.makedirs(new_lmdb_path, exist_ok=True)
396396
counter = 0
397397
batch_size = 50
398-
batch_count = 0
399398

400399
# Process in batches
401400
for batch_start in tqdm(range(0, len(valid_idx_list), batch_size), desc="Processing batches"):

0 commit comments

Comments
 (0)