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

fixed _read_frame_with_aux #311

Merged
merged 1 commit into from
Feb 4, 2019
Merged

fixed _read_frame_with_aux #311

merged 1 commit into from
Feb 4, 2019

Conversation

Marcello-Sega
Copy link
Owner

Fixes #310 .
The problem happened when patching the trajectory class, where the code tested only for the existence of the interface attribute (to avoid applying the patch twice), but was not replacing it with the new interface instance.

@codecov
Copy link

codecov bot commented Feb 4, 2019

Codecov Report

Merging #311 into master will decrease coverage by 0.05%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #311      +/-   ##
==========================================
- Coverage   88.18%   88.13%   -0.06%     
==========================================
  Files          37       37              
  Lines        2709     2714       +5     
==========================================
+ Hits         2389     2392       +3     
- Misses        320      322       +2
Impacted Files Coverage Δ
pytim/patches.py 46.91% <66.66%> (+0.86%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ea480be...e83681f. Read the comment docs.

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.

1 participant