Skip to content

Commit 4c0c4cb

Browse files
corrected cyutils to sam_cyutils in librariam.py
1 parent 500c228 commit 4c0c4cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

holodeck/librarian.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def run_sam_at_pspace_num(args, space, pnum):
535535
True if this simulation was successfully run.
536536
537537
"""
538-
from holodeck.sams import cyutils as sam_cyutils
538+
from holodeck.sams import sam_cyutils
539539
log = args.log
540540

541541
# ---- get output filename for this simulation, check if already exists
@@ -670,7 +670,7 @@ def run_model(sam, hard, nreals, nfreqs, nloudest=5,
670670
gwb_flag=True, details_flag=False, singles_flag=False, params_flag=False):
671671
"""Run the given modeling, storing requested data
672672
"""
673-
from holodeck.sams import cyutils as sam_cyutils
673+
from holodeck.sams import sam_cyutils
674674
fobs_cents, fobs_edges = holo.librarian.get_freqs(None)
675675
if nfreqs is not None:
676676
fobs_edges = fobs_edges[:nfreqs+1]

0 commit comments

Comments
 (0)