Skip to content

Commit

Permalink
Hide uncertainty on CF table load
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvisscher committed Dec 23, 2024
1 parent 8f0b620 commit d467710
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 d467710

Please sign in to comment.