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

Fix plots: Change default config, fix overlap of texts and replace fps by duration #40

Merged
merged 9 commits into from
May 3, 2023

Conversation

adtzlr
Copy link
Owner

@adtzlr adtzlr commented May 3, 2023

fixes #39

@adtzlr adtzlr added the bug Something isn't working label May 3, 2023
@adtzlr adtzlr self-assigned this May 3, 2023
@codecov
Copy link

codecov bot commented May 3, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (df3027f) 89.18% compared to head (23badbd) 89.18%.

❗ Current head 23badbd differs from pull request most recent head dd1adea. Consider uploading reports for the commit dd1adea to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage   89.18%   89.18%           
=======================================
  Files          27       27           
  Lines        1313     1313           
=======================================
  Hits         1171     1171           
  Misses        142      142           
Impacted Files Coverage Δ
src/trusspy/model.py 97.49% <ø> (ø)
src/trusspy/tools/plot_utilities.py 75.00% <ø> (ø)
src/trusspy/__about__.py 100.00% <100.00%> (ø)
src/trusspy/tools/movie_generator.py 93.75% <100.00%> (ø)

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

@adtzlr adtzlr merged commit 5b1668b into main May 3, 2023
@adtzlr adtzlr deleted the fix-plots branch May 3, 2023 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The keyword fps is no longer supported. Use duration(in ms) instead
1 participant