Skip to content

Typo in gauss_1d_analysis.py? #2

@ClaraBing

Description

@ClaraBing

Hi there,

There seems to be a typo on line 77 of gauss_1d_analysis.py: the line should be broken down to

x_axis = [i for i in np.linspace(-3, 3, 512)]
x_axis.append(0.)

Otherwise it will complain about None Type since append() returns None. Thanks!

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