Skip to content

Commit

Permalink
samples.py out of core (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimFe authored Sep 2, 2024
1 parent 97f185f commit 56e266a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions sandy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
import sandy.shared
import sandy.sampling

from .samples import *

testdir = "tests"


Expand Down
3 changes: 1 addition & 2 deletions sandy/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
from .endf6 import *
from .xs import *
from .lpc import *
from .cov import *
from .samples import *
from .cov import *
2 changes: 1 addition & 1 deletion sandy/core/samples.py → sandy/samples.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy as np
import pandas as pd

from .xs import Xs, redundant_xs
from .core.xs import Xs, redundant_xs

__author__ = "Luca Fiorito"
__all__ = [
Expand Down

0 comments on commit 56e266a

Please sign in to comment.