
hello, when i run generate_batches.py in Hierarchical-BRep-Graphs, I've found that if adding the new graph will make "vertex_count >= vertices_per_batch", you just write the current batch to .h5 file and skip the current new graph, so I wonder if there's something wrong in your #Reset batch part code, and these values can't be None.