Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Examples in CI. #578

Merged
merged 33 commits into from
Nov 12, 2024
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
fc40bff
Enabled sphinx doctest.
MicahGale Oct 22, 2024
6b6c85f
Added dependencies to run demos and test them.
MicahGale Oct 22, 2024
709378e
Made a workflow to test all documentation and demos.
MicahGale Oct 22, 2024
f06775a
Update main.yml
MicahGale Oct 22, 2024
8210673
Fixed simple bugs in documentation demos.
MicahGale Oct 23, 2024
136ebcf
Removed extra blank lines from cell repr.
MicahGale Oct 23, 2024
8f66c0b
Limit tests to scope to avoid docs recursion.
MicahGale Oct 23, 2024
7cd2849
Removed excess blank line from str test.
MicahGale Oct 23, 2024
3888e2b
Merge branch 'develop' into 575-run-examples-in-ci
MicahGale Oct 30, 2024
9178980
Switched to using phmutest for README.
MicahGale Oct 31, 2024
4769e43
Removed deprecated material demo for now.
MicahGale Oct 31, 2024
8d4943d
Fixed filenot found error.
MicahGale Oct 31, 2024
7c5c972
Installed correct dependencies.
MicahGale Oct 31, 2024
ce18504
Added code copy button.
MicahGale Oct 31, 2024
158f382
Add demo file to docs
MicahGale Oct 31, 2024
33291a5
Add more surface tests to test.
MicahGale Oct 31, 2024
043c0bb
Made most example code testable and robust.
MicahGale Oct 31, 2024
6e2a63a
Fixed a few stragglers in doc test.
MicahGale Oct 31, 2024
d3ada2a
Updated tests with more surfaces in test.imcnp
MicahGale Oct 31, 2024
7b208b7
made demo test depend on demo.
MicahGale Oct 31, 2024
bb7b82f
Changed path for demo tests.
MicahGale Oct 31, 2024
7b2d95c
Update main.yml
MicahGale Oct 31, 2024
f59b592
Started writing migration plan.
MicahGale Nov 2, 2024
669a107
Added high level summary to migration.
MicahGale Nov 2, 2024
f14ab30
Undid fancy enum work.
MicahGale Nov 4, 2024
99915fd
Merge branch 'develop' into 575-run-examples-in-ci
MicahGale Nov 6, 2024
aecbecd
Merge branch 'develop' into mat_docs_upate
MicahGale Nov 6, 2024
1b2a687
Merge branch 'develop' into 575-run-examples-in-ci
MicahGale Nov 9, 2024
a2e9ea8
Added feedback from @tjlaboss.
MicahGale Nov 12, 2024
d52b2a5
Added feedback from @tjlaboss.
MicahGale Nov 12, 2024
088863f
Fixed typo.
MicahGale Nov 12, 2024
52a59bc
Merge pull request #587 from idaholab/mat_docs_upate
MicahGale Nov 12, 2024
27d72be
Added coefficients to surfaces to make it sensical.
MicahGale Nov 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Undid fancy enum work.
MicahGale committed Nov 4, 2024
commit f14ab30922767652e32937f6d4b96d3582b8337f
2 changes: 1 addition & 1 deletion montepy/particle.py
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@


@unique
class Particle(str, Enum):
class Particle(Enum):
"""
Supported MCNP supported particles.