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 parent of DimTable for DimStack #539

Merged
merged 1 commit into from
Sep 26, 2023
Merged

fix parent of DimTable for DimStack #539

merged 1 commit into from
Sep 26, 2023

Conversation

rafaqz
Copy link
Owner

@rafaqz rafaqz commented Sep 26, 2023

@JoshuaBillson turns out I was mistaken about this, the parent object is really needed, our tests just didn't pick up on the difference because the stack only contains one array so the results are the same.

Now I just test the parent object is the exact stack passed in to be sure.

@codecov-commenter
Copy link

codecov-commenter commented Sep 26, 2023

Codecov Report

Merging #539 (f1580c8) into main (36a2fcb) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #539   +/-   ##
=======================================
  Coverage   83.13%   83.13%           
=======================================
  Files          40       40           
  Lines        3297     3297           
=======================================
  Hits         2741     2741           
  Misses        556      556           
Files Coverage Δ
src/tables.jl 96.52% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rafaqz rafaqz marked this pull request as ready for review September 26, 2023 17:27
@rafaqz rafaqz merged commit c2d24ea into main Sep 26, 2023
9 checks passed
@rafaqz rafaqz deleted the fix_tables_parent branch September 26, 2023 17: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