Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tree_maker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ABP Computing
ABP Computing Sandbox
tree_maker
Commits
10700125
Commit
10700125
authored
3 years ago
by
Guido Sterbini
Browse files
Options
Downloads
Patches
Plain Diff
fixing a missing parenthesis
parent
a55c9f04
No related branches found
Branches containing commit
No related tags found
2 merge requests
!2
Dev v0.0.1
,
!1
Dev v0.0.1
Pipeline
#2748384
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tree_maker/NodeJob.py
+1
-1
1 addition, 1 deletion
tree_maker/NodeJob.py
with
1 addition
and
1 deletion
tree_maker/NodeJob.py
+
1
−
1
View file @
10700125
...
...
@@ -114,7 +114,7 @@ class NodeJob(NodeJobBase, NodeMixin): # Add Node feature
return
False
def
has_been
(
self
,
tag
):
if
self
.
_is_logging_file
:
if
self
.
_is_logging_file
()
:
my_df
=
pd
.
DataFrame
(
tree_maker
.
from_yaml
(
self
.
log_file
)).
transpose
()
if
tag
in
my_df
[
'
tag
'
].
values
:
return
True
...
...
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