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

Refactorings Code and Adding Node Filter

parent f394b1bc
No related branches found
No related tags found
1 merge request!1Adding new methods and the consensual backbone
...@@ -14,7 +14,7 @@ class Backbone: ...@@ -14,7 +14,7 @@ class Backbone:
self.method_name = method_name self.method_name = method_name
self.property_name = property_name self.property_name = property_name
self.ascending = ascending self.ascending = ascending
self.compatible_filters = compatible_filters self.filters = compatible_filters
self.filter_on = filter_on self.filter_on = filter_on
def to_dataframe(self): def to_dataframe(self):
...@@ -59,4 +59,4 @@ class Backbone: ...@@ -59,4 +59,4 @@ class Backbone:
print("Citation here") print("Citation here")
def compatible_filters(self): def compatible_filters(self):
return self.compatible_filters return self.filters
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