Skip to content

Commit

Permalink
Fix some LGTM alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
sblisesivdin authored Jul 12, 2022
1 parent c57d5d9 commit 3226f14
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions optimizations/optimize_latticeparam.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@
from ase.io import read
from ase.geometry.cell import cell_to_cellpar, cellpar_to_cell
from gpaw import GPAW, PW
import sys, getopt
import sys
from ase.io import Trajectory
from ase.parallel import paropen, world, parprint, broadcast
from argparse import ArgumentParser
import matplotlib
from ase.parallel import paropen, world, parprint
import matplotlib.pyplot as plt
from matplotlib.ticker import MaxNLocator
from matplotlib import cm
from mpl_toolkits.mplot3d import Axes3D
# -------------------------------------------------------------
# ENTER PARAMETERS
# -------------------------------------------------------------
Expand Down

0 comments on commit 3226f14

Please sign in to comment.