Skip to content
Snippets Groups Projects
Commit 8e7b08e6 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS: adapted for test observation

parent 25d2e3f2
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ def _populate_example_data():
subtask_output = models.SubtaskOutput.objects.create(**SubtaskOutput_test_data(subtask=subtask))
for sb_nr in specifications_doc['stations']['digital_pointings'][0]['subbands']:
models.Dataproduct = models.Dataproduct.objects.create(**Dataproduct_test_data(producer=subtask_output, filename="test_dataproduct_SB_%03d.MS"%sb_nr))
models.Dataproduct.objects.create(**Dataproduct_test_data(producer=subtask_output, filename="test_dataproduct_SB_%03d.MS"%sb_nr))
except ImportError:
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment