Skip to content

Conversation

@RoryBarnes
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Sep 3, 2024

Unit Test Results

0 tests   - 11   0 ✔️  - 11   0s ⏱️ -2s
0 suites  -   1   0 💤 ±  0 
0 files    -   1   0 ±  0 

Results for commit 8388801. ± Comparison against base commit f3b6eb0.

♻️ This comment has been updated with latest results.

Rory Barnes and others added 4 commits September 5, 2024 13:47
- Expand test suite from 11 to 46 tests (92.55% coverage achieved)
- Add test_command_line.py with 11 CLI tests
- Add 15 new tests to test_autoplot.py
- Add 8 new tests to test_figure.py (scatter, log axes, subplots, etc.)
- Create vplot/__main__.py for module execution support
- Add .coveragerc for coverage configuration matching vspace
- Update GitHub Actions workflow with codecov integration
- Configure Python 3.9-3.12 testing matrix
- Add modernization plan to .claude/claude.md

Coverage breakdown:
- command_line.py: 100%
- colors.py: 100%
- __init__.py: 100%
- auto_plot.py: 98.39%
- figure.py: 90.05%
- Total: 92.55%

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Resolved conflicts in .github/workflows/tests.yml:
- Kept actions/setup-python@v5 (more standard than conda setup)
- Kept flexible test result publishing condition (runner.os == 'Linux')

No breaking changes to source code - only test expansions and coverage.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@github-actions
Copy link

Test Results (py3.9 on ubuntu-latest)

46 tests    6 ✅  35s ⏱️
 1 suites   0 💤
 1 files    40 ❌

For more details on these failures, see this check.

Results for commit 56257e3.

RoryBarnes and others added 2 commits December 29, 2025 20:08
Changes:
- Use ubuntu-22.04 (explicit version) instead of ubuntu-latest
- Update to actions/checkout@v5 (from v4)
- Add diagnostic test step before full test suite
- Increase test timeout from 10 to 20 minutes
- Add -s flag to pytest for subprocess output visibility
- Update conditional checks from ubuntu-latest to ubuntu-22.04
- Standardize step names ("Install VPLanet", "Publish test results")
- Remove "Clone vplot repo" name (use default from vspace)

Testing limited to ubuntu-22.04 and Python 3.9 until GitHub Actions is debugged.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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>
@github-actions
Copy link

github-actions bot commented Dec 30, 2025

Test Results (py3.9 on ubuntu-22.04)

46 tests    6 ✅  31s ⏱️
 1 suites   0 💤
 1 files    40 ❌

For more details on these failures, see this check.

Results for commit 3bbef19.

♻️ This comment has been updated with latest results.

The diagnostic test was blocking the full test run from executing. Since
we know tests will fail due to the vplanet "(null)" units issue (a known
limitation in public vplanet), we should run all tests to see which ones
pass and get full coverage data.

Removing the diagnostic step allows the full test suite to run and provides
better visibility into which tests are affected by the vplanet issue versus
other potential problems.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@RoryBarnes
Copy link
Contributor Author

This branch will break until changes from vplanet-private are migrated to the public repository. I'm closing this PR.

@RoryBarnes RoryBarnes closed this Dec 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants