← back to Exo
fix a test broken by #1204 (#1219)
4da6eeb11fcf86a2dbbf50a43f8d18c9c2c6cbe0 · 2026-01-20 14:56:20 +0000 · Evan Quiney
bad merge broke a test - fix it
Files touched
M src/exo/master/tests/test_placement.py
Diff
commit 4da6eeb11fcf86a2dbbf50a43f8d18c9c2c6cbe0
Author: Evan Quiney <evanev7@gmail.com>
Date: Tue Jan 20 14:56:20 2026 +0000
fix a test broken by #1204 (#1219)
bad merge broke a test - fix it
---
src/exo/master/tests/test_placement.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/exo/master/tests/test_placement.py b/src/exo/master/tests/test_placement.py
index 767f08a3..ea2501e9 100644
--- a/src/exo/master/tests/test_placement.py
+++ b/src/exo/master/tests/test_placement.py
@@ -276,9 +276,7 @@ def test_placement_selects_leaf_nodes(
# arrange
topology = Topology()
- # Model requires more than any single node but fits within a 3-node cycle
- model_card.storage_size.in_bytes = 1500
- model_card.n_layers = 12
+ model_card.storage_size = Memory.from_bytes(1000)
node_id_a = NodeId()
node_id_b = NodeId()
← 3d2eee48 quiet localhost log
·
back to Exo
·
Mark slow tests as slow (#1220) 8b709e68 →