Skip to content

AttributeError: 'OutDegreeView' object has no attribute 'items' #23

Description

@mcortes-lopez

I was running the example data set and I got this error:

Traceback (most recent call last):

  File "src/MICADo.py", line 186, in <module>
    disable_cycle_breaking=args.disable_cycle_breaking
  File "src/MICADo.py", line 71, in process_sample
    g_patient.alteration_list_init(g_reference.dbg, kmer_length, min_support_percentage, max_len)
  File "/my/path/MICADo/src/patient_graph.py", line 150, in alteration_list_init
    end_tips_list = [key for key, v in self.dbgclean.out_degree().items() if
AttributeError: 'OutDegreeView' object has no attribute 'items'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions