refactor: optimize debug system, remove redundant code & tests

This commit is contained in:
2025-08-16 13:41:15 -05:00
parent 90adaf9e84
commit f940f01d9b
10 changed files with 82 additions and 279 deletions

View File

@@ -6,7 +6,7 @@ use pacman::map::builder::Map;
fn test_map_creation() {
let map = Map::new(RAW_BOARD).unwrap();
assert!(map.graph.node_count() > 0);
assert!(map.graph.nodes().count() > 0);
assert!(!map.grid_to_node.is_empty());
// Check that some connections were made