Skip to content

Commit

Permalink
Merge pull request #35 from rs-station/main
Browse files Browse the repository at this point in the history
fast-forward `weights` branch with bug fix from `main`
  • Loading branch information
dennisbrookner authored Dec 21, 2023
2 parents d02e594 + 218ed7b commit 784592d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/matchmaps/_compute_mr_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ def main():
eff=args.eff,
dmin=args.dmin,
spacing=args.spacing,
radius=args.unmasked_radius,
on_as_stationary=args.on_as_stationary,
keep_temp_files=args.keep_temp_files,
no_bss = args.no_bss
Expand Down
1 change: 1 addition & 0 deletions src/matchmaps/_compute_realspace_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ def main():
eff=args.eff,
dmin=args.dmin,
spacing=args.spacing,
radius=args.unmasked_radius,
on_as_stationary=args.on_as_stationary,
keep_temp_files=args.keep_temp_files,
no_bss = args.no_bss,
Expand Down

0 comments on commit 784592d

Please sign in to comment.