Closed gengala closed 2 weeks ago
Attention: Patch coverage is 44.44444%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 68.18%. Comparing base (
fee7960
) to head (fe1d8a6
). Report is 8 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
cirkit/backend/torch/layers/input.py | 44.44% | 4 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thank you! Please run the automatic formatter black
(see the instructions in README.md). Also, better to avoid unnecessary logic in inference methods. You can cache the result of the if len(torch.unique(self.scope_idx)) > 4096 or self.num_categories > 256
in a boolean value in the init method.
as per title.