vincent-maillou / qttools

Quantum Transport Algorithms Toolbox
GNU General Public License v3.0
5 stars 1 forks source link

added a try: xp.abs(1), to check if cupy is #52

Closed vincent-maillou closed 2 weeks ago

vincent-maillou commented 2 weeks ago

Just added the try for cupy working in the first case where an array_modul have been set as env variable.

codecov-commenter commented 2 weeks ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 84.71%. Comparing base (83a49a1) to head (5e8d29f).

Files with missing lines Patch % Lines
src/qttools/__init__.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #52 +/- ## ========================================== - Coverage 84.79% 84.71% -0.08% ========================================== Files 29 29 Lines 1118 1119 +1 ========================================== Hits 948 948 - Misses 170 171 +1 ```

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

vincent-maillou commented 2 weeks ago

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 84.71%. Comparing base (83a49a1) to head (5e8d29f).

Files with missing lines Patch % Lines src/qttools/init.py 0.00% 1 Missing ⚠️ Additional details and impacted files

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

Unfortunately the added line can't be tested by github action gpu support constraint