Skip to content

Typo in gauss_1d_analysis.py? #2

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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