keras-team / keras-core

A multi-backend implementation of the Keras API, with support for TensorFlow, JAX, and PyTorch.
Apache License 2.0
1.27k stars 115 forks source link

Update test_case.py #917

Closed PatReis closed 10 months ago

PatReis commented 10 months ago

Fixed closing brackets for assert in run_output_asserts in 'test_case.py'. Although this test case is not used, I just wanted to fix the typo.

google-cla[bot] commented 10 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

codecov[bot] commented 10 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (e3d6719) 79.83% compared to head (fecd6e7) 79.83%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #917 +/- ## ======================================= Coverage 79.83% 79.83% ======================================= Files 318 318 Lines 28591 28591 Branches 5447 5447 ======================================= Hits 22827 22827 Misses 4297 4297 Partials 1467 1467 ``` | [Flag](https://app.codecov.io/gh/keras-team/keras-core/pull/917/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team) | Coverage Δ | | |---|---|---| | [keras_core](https://app.codecov.io/gh/keras-team/keras-core/pull/917/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team) | `79.76% <ø> (ø)` | | | [keras_core-numpy](https://app.codecov.io/gh/keras-team/keras-core/pull/917/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team) | `60.46% <ø> (ø)` | | | [keras_core-tensorflow](https://app.codecov.io/gh/keras-team/keras-core/pull/917/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team) | `66.90% <ø> (ø)` | | | [keras_core-torch](https://app.codecov.io/gh/keras-team/keras-core/pull/917/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team) | `69.30% <ø> (ø)` | | 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=keras-team#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files Changed](https://app.codecov.io/gh/keras-team/keras-core/pull/917?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team) | Coverage Δ | | |---|---|---| | [keras\_core/testing/test\_case.py](https://app.codecov.io/gh/keras-team/keras-core/pull/917?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=keras-team#diff-a2VyYXNfY29yZS90ZXN0aW5nL3Rlc3RfY2FzZS5weQ==) | `85.90% <ø> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.