Running Thicket.concat_thickets with calltree="intersection" produces empty query #199
Labels
area-thicket
Issues and PRs involving Thicket's core Thicket datastructure and associated classes
priority-normal
Normal priority issues and PRs
type-bug
Identifies bugs in issues and identifies bug fixes in PRs
When trying to merge 4 Thickets with RAJAPerf data with
concat_thickets
, Thicket errors withEmptyQuery
because the query used inThicket.intersection
would produce an empty Thicket object. After reviewing the individual Thickets by hand, I found that their call trees are identical, so there is a bug inThicket.intersection
causing this error.The text was updated successfully, but these errors were encountered: