Skip to content

e is no longer a valid numeric type #7

@SilasK

Description

@SilasK

mprod/dimensionality_reduction/_tcam.py:13
     10 from .._misc import _assert_order_and_mdim
     11 from .._ml_helpers import MeanDeviationForm
---> 13 _float_types = [np.sctypeDict[c] for c in 'efdg'] + [float]
     14 _int_types = [np.sctypeDict[c] for c in 'bhip'] + [int]
     17 def _pinv_diag(diag_tensor):

KeyError: 'e'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions