Skip to content

Segment fault when running fwd #3

@ziyuang

Description

@ziyuang

(I have to change from fdct.fdct.__init__(self, ...) to super(fdct2, self).__init__(...) (or super(fdct3, self).__init__(...) in fdct2.py (or fdct3.py) but this shouldn't matter)

import numpy as np
mport pyct
from pyct.fdct3 import fdct3

shape = (128,128,128)
a = np.random.randn(*shape)
F = fdct3(shape, 4, 8, True)
F.fwd(a)  # gives "segmentation fault (core dumped)"

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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