From 5a20339eab6bb0096ed9a2090b55f44ee9aa8fa1 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 29 Jul 2024 00:49:59 -0700 Subject: [PATCH] del axes3d to clarify it's unused on purpose --- gridlock/read.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gridlock/read.py b/gridlock/read.py index 54afa36..31b583d 100644 --- a/gridlock/read.py +++ b/gridlock/read.py @@ -162,6 +162,7 @@ def visualize_isosurface( import skimage.measure # Claims to be unused, but needed for subplot(projection='3d') from mpl_toolkits.mplot3d import Axes3D + del Axes3D # imported for side effects only # Get data from cell_data grid = cell_data[which_shifts][::sample_period, ::sample_period, ::sample_period]