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

Commit

Permalink
Merge pull request #202 from Aarhus-Psychiatry-Research/remove_space
Browse files Browse the repository at this point in the history
Remove space
  • Loading branch information
sarakolding authored Mar 14, 2023
2 parents 97e3cd5 + e7bf115 commit b8f23df
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 @@ -174,7 +174,7 @@ def af_helbredsmaessige_grunde(
unpack_freq: Optional[str] = "D",
) -> pd.DataFrame:
return coercion_duration(
reason_for_coercion=" Af helbredsmæssige grunde",
reason_for_coercion="Af helbredsmæssige grunde",
n_rows=n_rows,
unpack_to_intervals=unpack_to_intervals,
unpack_freq=unpack_freq,
Expand Down

1 comment on commit b8f23df

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report •
FileStmtsMissCoverMissing
src/psycop_feature_generation/loaders/raw
   load_coercion.py1025249%36–82, 104–125, 137–146, 161, 176, 190, 204, 218, 234–243, 258–273, 287–299, 312–332, 350, 364, 378, 392, 406, 420, 434, 448, 462, 476, 490
TOTAL159788944% 

Tests Skipped Failures Errors Time
14 0 💤 0 ❌ 0 🔥 3.810s ⏱️

Please sign in to comment.