Skip to content

Commit

Permalink
Remove unused modules
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKurek committed Jul 21, 2024
1 parent beda740 commit bbe44d9
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion post_processing/convert_full3d_to_nc.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
# Converts Spherical_3D output to netCDF files for visualization in ParaView
# and other software.

import sys
import os
import argparse
import glob
Expand Down
1 change: 0 additions & 1 deletion post_processing/plot_AZ_Avgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@

from rayleigh_diagnostics import AZ_Avgs, build_file_list, plot_azav, streamfunction
import matplotlib.pyplot as plt
import pylab
import numpy
#from azavg_util import *
files = build_file_list(30000,40000,path='AZ_Avgs')
Expand Down
2 changes: 1 addition & 1 deletion post_processing/plot_Equatorial_Slices.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
from rayleigh_diagnostics import Equatorial_Slices
import numpy
import matplotlib.pyplot as plt
from matplotlib import ticker, font_manager
from matplotlib import ticker
istring = '00040000'
es = Equatorial_Slices(istring)
tindex =1 # Grab second time index from this file
Expand Down
2 changes: 0 additions & 2 deletions post_processing/plot_Meridional_Slices.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@
#####################################
# Meridional Slice
from rayleigh_diagnostics import Meridional_Slices, plot_azav
import numpy
import matplotlib.pyplot as plt
from matplotlib import ticker, font_manager
# Read the data

istring = '00040000'
Expand Down
1 change: 0 additions & 1 deletion post_processing/plot_Shell_Slices.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
from rayleigh_diagnostics import Shell_Slices
import numpy as np
import matplotlib.pyplot as plt
from matplotlib import ticker, font_manager
# Read the data

istring = '00040000'
Expand Down
1 change: 0 additions & 1 deletion tests/chi_scalar/test_output.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python3

from rayleigh_diagnostics import G_Avgs, build_file_list
from rayleigh_spectral_input import SpectralInput, radial_extents
import numpy as np
import os
import sys
Expand Down

0 comments on commit bbe44d9

Please sign in to comment.