Skip to content

AttributeError: 'Options' object has no attribute 'copy' #2

@hannes-brt

Description

@hannes-brt

Calling a FlowVBAnalysis-object directly or calling the get_labels or get_soft_labels methods produces:

/Users/oceanhug/virtualenv/FlowVB/lib/python2.6/site-packages/flowvb/core/flow_vb.pyc in   __repr__(self)
     81 
     82         # Add data dimensions to data dictionary

---> 83         opt = self.options.copy()
     84         opt.update({'num_obs': self.data.shape[0],
     85                     'num_features': self.data.shape[1]})

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions