Skip to content

Commit

Permalink
Use BaseResourceReference instead, and set fmt to json.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Aug 23, 2023
1 parent c318a23 commit dbf095a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xedocs/schemas/corrections/z_bias.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Reference: xenon:xenonnt:terliuk:drift_field_z_bias_correction
"""

from .base_corrections import TimeIntervalCorrection
from .base_references import BaseResourceReference

class ZBias(TimeIntervalCorrection):
class ZBias(BaseResourceReference):
_ALIAS = 'z_bias_maps'
value: str
fmt = 'json.gz'

0 comments on commit dbf095a

Please sign in to comment.