Skip to content

Commit

Permalink
enable subset freezing (#45)
Browse files Browse the repository at this point in the history
* requires upstream PR
  • Loading branch information
kecnry authored Sep 22, 2023
1 parent f81459a commit ad40f2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lcviz/plugins/subset_plugin/subset_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ class SubsetPlugin(SubsetPlugin):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.docs_link = f"https://lcviz.readthedocs.io/en/{self.vdocs}/plugins.html#subset-tools"
self.can_freeze = True

0 comments on commit ad40f2a

Please sign in to comment.