Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Netbone
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
coregraphie
Netbone
Commits
65bdf3b1
Commit
65bdf3b1
authored
2 years ago
by
Yassin
Browse files
Options
Downloads
Patches
Plain Diff
Refactorings Code and Adding Node Filter
parent
f394b1bc
No related branches found
No related tags found
1 merge request
!1
Adding new methods and the consensual backbone
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
netbone/backbone.py
+2
-2
2 additions, 2 deletions
netbone/backbone.py
with
2 additions
and
2 deletions
netbone/backbone.py
+
2
−
2
View file @
65bdf3b1
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment