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

Various #73

Merged
merged 3 commits into from
May 10, 2024
Merged

Various #73

merged 3 commits into from
May 10, 2024

Conversation

bbejanov
Copy link
Member

This PR includes the addition of a few internal methods to better integrate TSeries and MVTSeries with Julia's internal machinery for Arrays.

  • Base.parent method for TSeries and MVTSeries
  • Base.transpose method for MVTSeries
  • fix for compare - when comparing matrices of different sizes, it now returns false instead of crashing

@codecov-commenter
Copy link

codecov-commenter commented May 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.77%. Comparing base (055e61d) to head (c731e05).

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
+ Coverage   93.74%   93.77%   +0.02%     
==========================================
  Files          24       24              
  Lines        4830     4834       +4     
==========================================
+ Hits         4528     4533       +5     
+ Misses        302      301       -1     

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

@bbejanov bbejanov merged commit edc2072 into master May 10, 2024
9 checks passed
@bbejanov bbejanov deleted the dev_dfm branch May 10, 2024 20:29
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.

2 participants