Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
update Fuzzy write function
several stp file update
script to color CAD document following material label
fix rounding error of z value acos(z) evaluation
Add a bug report template and .gitignore (Add a bug report template and .gitignore #44)
Removed unused imports and variables (Removed unused imports and variables #35)
raise value error instead of exit (Raise ValueError instead of exit() #41)
Update to testing path (Update to testing path #40)
changed hardcoded path to work for all users
path update
Update bug_report.md
raising catchable error instead of exit (raising catchable error instead of exit #47)
raising catchable error instead of exit
added new line
added try for freecad import (added try except for compatibility conda freecad #48)
Solve SyntaxtError producing a bug (Solve SyntaxtError producing a bug #49)
Solve SyntaxtError producing a bug
Limit the amount of decimals printed in the enclosure comment
fixed error units in OpenMC output
GEOUNED training presentation added (GEOUNED training presentation added #53)
Adding minimal ci to check cad converts (Adding minimal ci to check cad converts #52)
added minimal CI
all step files
added ci yml
removed freecadcmd arg
Update pyproject.toml
Update url links to "GEOUNED-org"
typo correction to test if CI is working (typo correction to test if CI is working #54)
typo correction
[skip ci] added ci status badge
opening up ci to all os systems
fix small bug with torus (bad identification of closed mozaic faces)
Adding minimal volume checking CI comparing CAD and CSG volumes (Adding minimal volume checking CI comparing CAD and CSG volumes #56)
added volume test to ci
removed if os cond
added csg vs cad volume for most stp files
Added mkdocs (Added mkdocs #57)
added example docs
added docs deps
Reverting mkdocs PR 57 (Reverting mkdocs PR 57 #58)
Revert "added example docs"
This reverts commit bd1c67a.
This reverts commit f31d241.
Adding minimal particle transport tests on resulting csg files (Adding minimal particle transport tests on resulting csg files #59)
added transport tests
removed files that break, raised issue
[skip ci] remove prints
added link to issue
Add the name to the cells in OpenMC to improve identification (Add the name to the cells in OpenMC to improve identification #61)
The name is the same that is used in MCNP inputs cell.Comments
converting with no simplification = more geometry works (transport tests - reduced number of skipped models #62)
reduced number of skiped geoms (volume tests - reduced number of skipped models #63)
[skip ci] corrected bade to main branch (pointing ci badge to main branch #64)
Improved import statements (Improved import statements #65)
changed single file from package to relative imports
2nd file converted to relative imports
converted more fiels to relative import
relative imports everywhere
isort on all imports
Add bug report and .gitignore to main (Add bug report and .gitignore to main #45) (bring dev branch upto date with main #66)
added standard gitignore for python project (added standard gitignore for python project #68)