Skip to content

Commit

Permalink
Fix deglitch provides
Browse files Browse the repository at this point in the history
  • Loading branch information
keskitalo committed May 13, 2024
1 parent c9a5ea8 commit adadb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toast/ops/simple_deglitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,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 adadb1c

Please sign in to comment.