Skip to content

Commit

Permalink
use_rate no longer an option for toothpick
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Mar 17, 2021
1 parent 48ddeaa commit 8c0bfd1
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 8c0bfd1

Please sign in to comment.