Skip to content

Commit

Permalink
address comments from pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
HolEv authored Oct 12, 2023
1 parent 0504d81 commit 04cd90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeprvat/deeprvat/associate.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def regress_(

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

0 comments on commit 04cd90c

Please sign in to comment.