Skip to content

Conversation

@Dpananos
Copy link
Contributor

@Dpananos Dpananos commented Nov 10, 2025

Closes #854

_solver = self._solver

def compute_deviance(_Y: np.ndarray, mu: np.ndarray):
def compute_deviance(Y: np.ndarray, mu: np.ndarray):
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should this be a class method and not defined inside get_fit?

Copy link
Member

Choose a reason for hiding this comment

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

Yes, I think this would make sense 👍 Do you want to add the change to this PR?

Copy link
Member

Choose a reason for hiding this comment

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

Actually, let's just do it in a separate PR, I want to merge this one. 😄 Thanks!

@codecov
Copy link

codecov bot commented Nov 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
core-tests 75.83% <100.00%> (-0.04%) ⬇️
tests-extended ?
tests-vs-r 16.05% <0.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
pyfixest/estimation/fepois_.py 88.67% <100.00%> (-0.51%) ⬇️

... and 7 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@s3alfisc s3alfisc merged commit 754b86d into py-econometrics:master Nov 10, 2025
9 checks passed
@Dpananos Dpananos deleted the demetri.pananos/issue-854-remove-alias-fepois branch November 11, 2025 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace aliasing in Fepois method

2 participants