Skip to content

Commit b02dc09

Browse files
RoryBarnesclaude
andcommitted
Improve comments in test_figure.py for clarity
Clarified that vplanet.run() will either run the simulation or load existing output depending on whether log files exist. Note: Tests currently fail in CI due to "(null)" units in public vplanet version. This is a known limitation already fixed in vplanet-private and will be resolved when migrating to vplanet-private. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent a0e2de0 commit b02dc09

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_figure.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@
1212
matplotlib.use("Agg")
1313

1414

15-
# Grab the output
15+
# Path to example directory
1616
path = os.path.join(
1717
os.path.dirname(os.path.dirname(__file__)),
1818
"docs",
1919
"notebooks",
2020
"examples",
2121
"CircumbinaryOrbit",
2222
)
23+
24+
# Run vplanet (or load existing output if already run)
2325
output = vplanet.run(os.path.join(path, "vpl.in"))
2426

2527

0 commit comments

Comments
 (0)