From cb046bfcffbb68e486c1327ddf32972a96f62892 Mon Sep 17 00:00:00 2001 From: Michele Ceriotti Date: Thu, 26 Sep 2024 16:24:14 +0200 Subject: [PATCH] Linting and ipi.read -> ase.read --- examples/o3-averaging/o3-averaging.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/o3-averaging/o3-averaging.py b/examples/o3-averaging/o3-averaging.py index a3b30c9f..d7eb9226 100644 --- a/examples/o3-averaging/o3-averaging.py +++ b/examples/o3-averaging/o3-averaging.py @@ -11,7 +11,6 @@ # %% -import bz2 import os import subprocess import time @@ -25,8 +24,6 @@ # import matplotlib.pyplot as plt # import numpy as np -import matplotlib.pyplot as plt -import numpy as np # %%