Skip to content

Commit

Permalink
Updated size. Imge is smaller now because antennas are not plotted an…
Browse files Browse the repository at this point in the history
…ymore 💳
  • Loading branch information
anawas committed Nov 21, 2024
1 parent 6ffb29f commit 6f1c0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karabo/test/test_telescope.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_OSKAR_telescope_plot_file_created():
tel = Telescope.constructor("MeerKAT")
tel.plot_telescope(temp_plot_file_name)
assert os.path.exists(temp_plot_file_name)
assert os.path.getsize(temp_plot_file_name) == 28171
assert os.path.getsize(temp_plot_file_name) == 25229


def test_create_alma_telescope():
Expand Down

0 comments on commit 6f1c0f6

Please sign in to comment.