Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Fix many aliases #602

Merged
merged 2 commits into from
Jul 19, 2024
Merged

DOC: Fix many aliases #602

merged 2 commits into from
Jul 19, 2024

Conversation

bashtage
Copy link
Owner

@bashtage bashtage commented Jun 7, 2024

No description provided.

linearmodels/iv/_utility.py Fixed Show fixed Hide fixed
doc/source/conf.py Fixed Show fixed Hide fixed
Copy link

codecov bot commented Jun 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.57%. Comparing base (5aecf58) to head (d9b5ea9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #602   +/-   ##
=======================================
  Coverage   99.57%   99.57%           
=======================================
  Files         100      100           
  Lines       17269    17288   +19     
  Branches     2464     2464           
=======================================
+ Hits        17196    17215   +19     
  Misses         27       27           
  Partials       46       46           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -7,10 +7,12 @@
from formulaic.formula import Formula
from formulaic.materializers.types import NAAction as fNAAction
from formulaic.utils.context import capture_context
import numpy

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'numpy' is not used.
@@ -524,7 +523,7 @@
group: Literal["entity", "time", "both"],
*,
return_panel: Literal[False],
) -> Float64Array: ...
) -> linearmodels.typing.data.Float64Array: ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
@@ -541,15 +540,15 @@
group: Literal["entity", "time", "both"],
weights: PanelData | None,
return_panel: Literal[False],
) -> Float64Array: ... # noqa: E704
) -> linearmodels.typing.data.Float64Array: ... # noqa: E704

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
@@ -23,6 +23,15 @@

# More warnings
nitpicky = True
nitpick_ignore = []

for line in open("nitpick-exceptions"):

Check warning

Code scanning / CodeQL

File is not always closed Warning documentation

File is opened but is not closed.
@bashtage bashtage merged commit 9ab70f9 into main Jul 19, 2024
24 checks passed
@bashtage bashtage deleted the doc-fixes branch July 19, 2024 17:52
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.

1 participant