-
Notifications
You must be signed in to change notification settings - Fork 0
Duplicate headings fix #25
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
Conversation
evanamiesgalonski
commented
Jun 11, 2025
- improve handling of duplicate headers across and within sections
- add unit tests
ok I think I’ve sorted this out for example (with each row representing a section in a report): sub1 sub2 sub3 we get: sub1 sub2 sub3 heading there would be no headers for section 5, as they’ve been repeated previously. But this shouldn’t matter given objects get pulled one time per subfolder. This would be the result before I made these changes: sub1 sub2 sub3 heading any thoughts on other potential issues / things we should test before merging? |
not quite right, pushed additional changes |
This worked on my example (Line Creek report). |