Opened 8 years ago

Last modified 7 years ago

#901 new defect

numpy should be imported as "import numpy as np"

Reported by: andyfaff Owned by: mathieu
Priority: minor Milestone: SasView 4.3.0
Component: SasView Keywords: easy-fix
Cc: Work Package: SasView Bug Fixing

Description

The standard way (used by many packages) of importing numpy is:

import numpy as np

There are several locations in the sasview codebase that use:

import numpy

These should all be changed to the former.

Change History (2)

comment:1 Changed 8 years ago by andyfaff

  • Milestone changed from SasView 4.1.0 to SasView 4.2.0

comment:2 Changed 7 years ago by butler

  • Milestone changed from SasView 4.2.0 to SasView 4.3.0
Note: See TracTickets for help on using tickets.