Skip to content

Commit

Permalink
Fix jumpcorrect provides
Browse files Browse the repository at this point in the history
  • Loading branch information
keskitalo committed May 13, 2024
1 parent adadb1c commit 83f0a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toast/ops/simple_jumpcorrect.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def _requires(self):

def _provides(self):
prov = {
"meta": [self.noise_model],
"meta": list(),
"shared": list(),
"detdata": list(),
"intervals": list(),
Expand Down

0 comments on commit 83f0a42

Please sign in to comment.