Skip to content

Fix inducedfield warnings

Ask Hjorth Larsen requested to merge askhl/gpaw:fix-inducedfield-warnings into master

Fix py3 errors that would arise because arrays would arbitrarily be np.array(1) or np.array([1]).

Merge request reports