Skip to content

Commit

Permalink
Merge pull request #21 from karllark/toothpick_norate
Browse files Browse the repository at this point in the history
Toothpick use_rate keyword removed
  • Loading branch information
karllark authored Mar 19, 2021
2 parents 8c550c2 + 8c0bfd1 commit e6b7abb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions metal_small/generate_files_for_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import copy
import stat
import glob
import numpy as np
import argparse
import asdf

Expand Down Expand Up @@ -79,7 +78,6 @@ def generate_files_for_tests(run_beast=True, run_tools=True):
use_sd=False,
nsubs=settings.n_subgrid,
nprocs=1,
use_rate=True,
)

# -----------------
Expand Down
2 changes: 1 addition & 1 deletion metal_small/run_beast.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
print("Generating noise model from ASTs and absflux A matrix")

create_obsmodel.create_obsmodel(
settings, use_sd=False, nsubs=settings.n_subgrid, nprocs=1, use_rate=True,
settings, use_sd=False, nsubs=settings.n_subgrid, nprocs=1,
)

# in the absence of ASTs, the splinter noise model can be used
Expand Down

0 comments on commit e6b7abb

Please sign in to comment.