Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/get_release_txt.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

"""
Get the text for the release from CHANGES.md
Expand Down
2 changes: 1 addition & 1 deletion Docs/rp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import os
import re
Expand Down
2 changes: 1 addition & 1 deletion Docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#
# Castro documentation build configuration file, created by
# sphinx-quickstart on Mon Dec 25 18:42:54 2017.
Expand Down
2 changes: 1 addition & 1 deletion Exec/gravity_tests/hse_convergence_general/profile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import matplotlib
matplotlib.use('agg')
Expand Down
2 changes: 1 addition & 1 deletion Exec/hydro_tests/Sedov/slice_grid.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import sys
import yt
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

# run as: ./sedov_2d_cyl_in_cart.py castro_dir plotfle

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

# run as: ./sedov_2d_sph_in_cyl.py castro_dir plotfle

Expand Down
2 changes: 1 addition & 1 deletion Exec/hydro_tests/Sedov/testsuite_analysis/sedov_3d_sph.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

# run as: ./sedov_2d_sph_in_cyl.py castro_dir plotfle

Expand Down
2 changes: 1 addition & 1 deletion Exec/hydro_tests/Sod/compare_sdc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python


import argparse
Expand Down
2 changes: 1 addition & 1 deletion Exec/hydro_tests/Sod/testsuite_analysis/sod.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

# run as: ./test1-helm.py castro_exec_dir plotfle

Expand Down
2 changes: 1 addition & 1 deletion Exec/hydro_tests/Sod_stellar/compare_sdc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python


import argparse
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

# run as: ./test1-helm.py castro_exec_dir plotfle

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

# run as: ./test2-helm.py castro_exec_dir plotfle

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

# run as: ./test3-helm.py castro_exec_dir plotfle

Expand Down
2 changes: 1 addition & 1 deletion Exec/hydro_tests/acoustic_pulse/analysis/slice_multi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import os
import sys
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import os
import sys
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#
# this script is meant to be run from the test suite. It will read in
# the plotfile data from the RadSphere problem (using the fradsphere
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import matplotlib
matplotlib.use('agg')
Expand Down
2 changes: 1 addition & 1 deletion Exec/reacting_tests/nse_test/analysis/slice_multi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import os
import sys
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/Detonation/analysis/compare_plot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python


import argparse
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/Detonation/analysis/profiles.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

# Take a sequence of plotfiles and plot T and enuc vs. position

Expand Down
2 changes: 1 addition & 1 deletion Exec/science/Detonation/analysis/snapshot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

# Plot the structure of a single plotfile, including the most abundance nuclei

Expand Down
2 changes: 1 addition & 1 deletion Exec/science/Detonation/nse_runs/make_plots.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env python3
#!/bin/env python

import glob
import os
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/Detonation/nse_runs/show_status.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env python3
#!/bin/env python

import glob
import tqdm
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/Detonation/shock_paper/profile_compare.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

# Take a sequence of plotfiles and plot T and enuc vs. position

Expand Down
2 changes: 1 addition & 1 deletion Exec/science/Detonation/shock_paper/profiles.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

# Take a sequence of plotfiles and plot T and enuc vs. position

Expand Down
2 changes: 1 addition & 1 deletion Exec/science/Detonation/shock_paper/show_shock_flag.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

# Take a sequence of plotfiles and plot T and enuc vs. position

Expand Down
2 changes: 1 addition & 1 deletion Exec/science/Detonation/shock_paper/zoom_summary.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

# Take a sequence of plotfiles and plot T and enuc vs. position

Expand Down
2 changes: 1 addition & 1 deletion Exec/science/convective_flame/slice.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/flame/analysis/flame_speed.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python


import argparse
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/flame/analysis/flame_speed_convergence.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import flame_speed as fs

Expand Down
2 changes: 1 addition & 1 deletion Exec/science/flame/analysis/profile_start_finish.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python


import argparse
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/flame/analysis/profiles.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python


import argparse
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/flame/analysis/profiles_zoom.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python


import argparse
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/flame/analysis/snapshot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

# Plot the structure of a single plotfile, including the most abundance nuclei

Expand Down
2 changes: 1 addition & 1 deletion Exec/science/flame_wave/analysis/ash_timeseries.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import argparse
import os
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/flame_wave/analysis/flame_speed.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import argparse
import itertools
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/flame_wave/analysis/front_tracker.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
# pylint: disable=too-many-branches, too-many-locals, too-many-statements
# pylint: disable=protected-access

Expand Down
2 changes: 1 addition & 1 deletion Exec/science/flame_wave/analysis/image_animator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import sys
import os
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/flame_wave/analysis/mpl_image_animator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import numpy as np
import matplotlib.pyplot as plt
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/flame_wave/analysis/multirays.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import yt
import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/flame_wave/analysis/plot_generator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import yt
from yt.units import amu, cm
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/flame_wave/analysis/profiles.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

# vertical profiles at fixed r

Expand Down
2 changes: 1 addition & 1 deletion Exec/science/flame_wave/analysis/slice_multi_crop.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import matplotlib
matplotlib.use('agg')
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/flame_wave/analysis/slice_multi_crop_H_He.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import matplotlib
matplotlib.use('agg')
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/flame_wave/analysis/time_series.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import os
import argparse
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import matplotlib
matplotlib.use('agg')
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/massive_star/analysis/massive_star_multi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import argparse
import os
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import argparse
import os
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/nova/analysis/mkmovie.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import argparse
import os.path
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/subchandra/analysis/nrhs_slice.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import matplotlib
matplotlib.use('agg')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import matplotlib
matplotlib.use('agg')
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/subchandra/analysis/subch_res_compare.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import argparse
import os
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/subchandra/analysis/subch_sequence.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import argparse
import os
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/subchandra/analysis/subch_slice.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import matplotlib
matplotlib.use('agg')
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/subchandra/analysis/subch_slice_3d.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/subchandra/analysis/subch_zoom.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import argparse
import os
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/xrb_spherical/analysis/flame_speed.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import argparse
import matplotlib.pyplot as plt
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/xrb_spherical/analysis/front_tracker.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import sys
import glob
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/xrb_spherical/analysis/inset_slice.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import sys
import os
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/xrb_spherical/analysis/r_profile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

# Spherical R profile at different theta

Expand Down
2 changes: 1 addition & 1 deletion Exec/science/xrb_spherical/analysis/scaling.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import sys
import re
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/xrb_spherical/analysis/slice.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import sys
import os
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/xrb_spherical/analysis/slice_sequence.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import sys
import argparse
Expand Down
Loading
Loading