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

Pr/pt file import bugfix #74

Merged
merged 2 commits into from
Oct 7, 2022

Conversation

gefux
Copy link
Member

@gefux gefux commented Oct 7, 2022

Fixes #73

  • The contribution has been discussed and agreed on in the Issue section.
  • Code contributions do its best to follow the zen of python.
  • The automated test are all positive:
    • tox -e py36 (to run pytest) the code tests.
    • tox -e style (to run pylint) the code style tests.
    • tox -e docs (to run sphinx) generate the documentation.
  • Added test for changed/added code.

@codecov-commenter
Copy link

codecov-commenter commented Oct 7, 2022

Codecov Report

Base: 89.43% // Head: 89.64% // Increases project coverage by +0.21% 🎉

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
+ Coverage   89.43%   89.64%   +0.21%     
==========================================
  Files          24       24              
  Lines        3709     3709              
==========================================
+ Hits         3317     3325       +8     
+ Misses        392      384       -8     
Impacted Files Coverage Δ
oqupy/process_tensor.py 82.55% <100.00%> (+2.08%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@gefux gefux merged commit 9313adc into tempoCollaboration:main Oct 7, 2022
@gefux gefux deleted the pr/pt-file-import-bugfix branch June 20, 2024 15:54
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.

Bug when loading a process tensor from file
2 participants