Skip to content

Commit

Permalink
Move scipy import
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMayes committed Jul 11, 2023
1 parent ff4883f commit e187b51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion pmd_beamphysics/particles.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from pmd_beamphysics.writers import write_pmd_bunch, pmd_init

from h5py import File
from scipy import stats as scipy_stats
import numpy as np
from copy import deepcopy
import functools
Expand Down
3 changes: 1 addition & 2 deletions pmd_beamphysics/statistics.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import numpy as np


from scipy import stats as scipy_stats

def norm_emit_calc(particle_group, planes=['x']):
"""
Expand Down

0 comments on commit e187b51

Please sign in to comment.