Skip to content

Commit

Permalink
fixup! Format Python code with psf/black pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
PMBio authored and PMBio committed Oct 12, 2023
1 parent e780bab commit 235171c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deeprvat/deeprvat/associate.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,7 @@ def regress_(

# compute null_model for score test
if len(np.unique(y)) == 2:
logger.info(
"Fitting binary model since only found two distinct y values"
)
logger.info("Fitting binary model since only found two distinct y values")
model_score = scoretest.ScoretestLogit(y, X)
else:
logger.warning("Fitting linear model")
Expand Down

0 comments on commit 235171c

Please sign in to comment.