Skip to content

Commit

Permalink
Merge pull request #1423 from mrvisscher/cf-table-hide-uncertainty
Browse files Browse the repository at this point in the history
Hide uncertainty on CF table load
  • Loading branch information
mrvisscher authored Dec 23, 2024
2 parents 8f0b620 + d467710 commit 199b6c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activity_browser/layouts/tabs/impact_categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def __init__(self, parent, method_tuple):

self.method = bd.Method(method_tuple)
self.cf_table.model.load(self.method)
self.cf_table.hide_uncertain()
self.cf_table.show()
self.panel.select_tab(self)

Expand Down

0 comments on commit 199b6c3

Please sign in to comment.