shenweichen / DeepCTR-Torch

【PyTorch】Easy-to-use,Modular and Extendible package of deep-learning based CTR models.
https://deepctr-torch.readthedocs.io/en/latest/index.html
Apache License 2.0
2.95k stars 696 forks source link

fix: variable name typo #257

Closed xuyxu closed 1 year ago

xuyxu commented 1 year ago

filed -> field in fibinet.py

codecov[bot] commented 1 year ago

Codecov Report

Base: 92.31% // Head: 92.31% // No change to project coverage :thumbsup:

Coverage data is based on head (27b5df8) compared to base (2cd84f3). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #257 +/- ## ======================================= Coverage 92.31% 92.31% ======================================= Files 30 30 Lines 2069 2069 ======================================= Hits 1910 1910 Misses 159 159 ``` | Flag | Coverage Δ | | |---|---|---| | pytest | `92.31% <100.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E6%B5%85%E6%A2%A6#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/shenweichen/DeepCTR-Torch/pull/257?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E6%B5%85%E6%A2%A6) | Coverage Δ | | |---|---|---| | [deepctr\_torch/models/fibinet.py](https://codecov.io/gh/shenweichen/DeepCTR-Torch/pull/257/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E6%B5%85%E6%A2%A6#diff-ZGVlcGN0cl90b3JjaC9tb2RlbHMvZmliaW5ldC5weQ==) | `89.79% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E6%B5%85%E6%A2%A6). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=%E6%B5%85%E6%A2%A6)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.