Skip to content

Commit 37fcd55

Browse files
wps2nbhazelton
authored andcommitted
removing 1 freq gleam test completely
1 parent 9b0e898 commit 37fcd55

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_run.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ def test_run_paramdict_uvsim(rename_beamfits, tmp_path):
313313
pyuvsim.run_uvsim(params, return_uv=True)
314314

315315

316-
# @pytest.mark.parametrize("param_file", ["param_1time_testgleam.yaml", "param_2freq_testgleam.yaml"])
317316
@pytest.mark.parametrize("spectral_type", ["flat", "subband", "spectral_index"])
318317
@pytest.mark.parametrize("nfeeds", [1, 2])
319318
def test_run_gleam_uvsim(spectral_type, nfeeds):
@@ -345,9 +344,6 @@ def test_run_gleam_uvsim(spectral_type, nfeeds):
345344
uv_out = pyuvsim.run_uvsim(params, return_uv=True)
346345
assert uv_out.telescope.name == "Triangle"
347346

348-
# if param_file == "param_1time_testgleam.yaml":
349-
# file_name = f"gleam_triangle_{spectral_type}.uvh5"
350-
# else:
351347
file_name = f"gleam_triangle_2freq_{spectral_type}.uvh5"
352348
uv_in = UVData.from_file(os.path.join(SIM_DATA_PATH, file_name))
353349
uv_in.rename_phase_center(0, "unprojected")

0 commit comments

Comments
 (0)