Skip to content

Commit

Permalink
baseline_samples_nv should be int (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Nov 6, 2024
1 parent 6507ad5 commit a17857d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
class BaselineSamplesNV(TimeSampledCorrection):

_ALIAS = "baseline_samples_nv"
value: float
value: int

0 comments on commit a17857d

Please sign in to comment.