Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • autosubmit autosubmit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 338
    • Issues 338
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • autosubmitautosubmit
  • Issues
  • #517
Closed
Open
Issue created Apr 08, 2020 by Miguel Castrillo@mcastrilOwner

'NoneType' object has no attribute 'neighbors'

I report this issue that is the first time that I see happening, I thing.

I create an experiment with 3.12.0b, I move to 3.12.1b and try to run it. But the error prompts:

RITICAL] Unhandled exception on Autosubmit: 'NoneType' object has no attribute 'neighbors'
Traceback (most recent call last):
  File "/shared/earth/software/autosubmit/3.12.1b-foss-2015a-Python-2.7.9/lib/python2.7/site-packages/autosubmit-3.12.1b0-py2.7.egg/autosubmit/autosubmit.py", line 440, in parse_args
    return Autosubmit.run_experiment(args.expid, args.notransitive,args.update_version)
  File "/shared/earth/software/autosubmit/3.12.1b-foss-2015a-Python-2.7.9/lib/python2.7/site-packages/autosubmit-3.12.1b0-py2.7.egg/autosubmit/autosubmit.py", line 1104, in run_experiment
    job_list = Autosubmit.load_job_list(expid, as_conf, notransitive=notransitive)
  File "/shared/earth/software/autosubmit/3.12.1b-foss-2015a-Python-2.7.9/lib/python2.7/site-packages/autosubmit-3.12.1b0-py2.7.egg/autosubmit/autosubmit.py", line 3826, in load_job_list
    new=False, notransitive=notransitive)
  File "/shared/earth/software/autosubmit/3.12.1b-foss-2015a-Python-2.7.9/lib/python2.7/site-packages/autosubmit-3.12.1b0-py2.7.egg/autosubmit/job/job_list.py", line 155, in generate
    self.update_genealogy(new, notransitive)
  File "/shared/earth/software/autosubmit/3.12.1b-foss-2015a-Python-2.7.9/lib/python2.7/site-packages/autosubmit-3.12.1b0-py2.7.egg/autosubmit/job/job_list.py", line 1247, in update_genealogy
    child for child in job.children if child.name not in self.graph.neighbors(job.name)]
AttributeError: 'NoneType' object has no attribute 'neighbors'

Any idea @wuruchi @dbeltran ?

Assignee
Assign to
Time tracking