Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
fix: set unpack_to_intervals to default
Browse files Browse the repository at this point in the history
  • Loading branch information
signekb committed Mar 14, 2023
1 parent 9c6cd33 commit 64391ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psycop_feature_generation/loaders/raw/load_coercion.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def af_helbredsmaessige_grunde(
return coercion_duration(
reason_for_coercion="Af helbredsmæssige grunde",
n_rows=n_rows,
unpack_to_intervals=True,
unpack_to_intervals=unpack_to_intervals,
unpack_freq=unpack_freq,
)

Expand Down

0 comments on commit 64391ca

Please sign in to comment.