Skip to content
Snippets Groups Projects
Commit dc405d1a authored by Yassin's avatar Yassin
Browse files

Fixing Narate

parent 80927e43
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ class Backbone: ...@@ -48,7 +48,7 @@ class Backbone:
case 'Global Threshold Filter': case 'Global Threshold Filter':
print(self.name) print(self.name)
case _: case _:
print("Error " + self.name + " does not exist") print("Citation here")
def filters(self): def filters(self):
......
...@@ -47,10 +47,6 @@ def threshold_filter(backbone, value, narrate=True , secondary_column = 'weight' ...@@ -47,10 +47,6 @@ def threshold_filter(backbone, value, narrate=True , secondary_column = 'weight'
def fraction_filter(backbone, value, narrate=True, secondary_column='weight', secondary_column_ascending=False, **kwargs): def fraction_filter(backbone, value, narrate=True, secondary_column='weight', secondary_column_ascending=False, **kwargs):
data = backbone.graph data = backbone.graph
column = backbone.column column = backbone.column
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment