Skip to content

Commit

Permalink
Random Ray Testing Simplification (openmc-dev#3061)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Romano <[email protected]>
  • Loading branch information
jtramm and paulromano authored Jul 3, 2024
1 parent 653d883 commit 1b22dd2
Show file tree
Hide file tree
Showing 37 changed files with 1,869 additions and 4,155 deletions.
3 changes: 2 additions & 1 deletion openmc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@
from openmc.search import *
from openmc.polynomial import *
from openmc.tracks import *
from . import examples
from .config import *

# Import a few names from the model module
from openmc.model import Model

from . import examples


__version__ = '0.15.1-dev'
Loading

0 comments on commit 1b22dd2

Please sign in to comment.