@@ -812,14 +812,14 @@ def test_load_data_vot(mock_datalink_querier):
812
812
assert not os .path .exists ('datalink_output.zip' )
813
813
814
814
815
- def test_load_data_ecsv (mock_datalink_querier_ecsv ):
816
- result_dict = mock_datalink_querier .load_data (ids = [5937083312263887616 ], data_release = 'Gaia DR3' ,
817
- data_structure = 'INDIVIDUAL' ,
818
- retrieval_type = "ALL" ,
819
- linking_parameter = 'SOURCE_ID' , valid_data = False , band = None ,
820
- avoid_datatype_check = False ,
821
- format = "ecsv" , dump_to_file = True , overwrite_output_file = True ,
822
- verbose = False )
815
+ def test_datalink_querier_load_data_ecsv (mock_datalink_querier_ecsv ):
816
+ result_dict = mock_datalink_querier_ecsv .load_data (ids = [5937083312263887616 ], data_release = 'Gaia DR3' ,
817
+ data_structure = 'INDIVIDUAL' ,
818
+ retrieval_type = "ALL" ,
819
+ linking_parameter = 'SOURCE_ID' , valid_data = False , band = None ,
820
+ avoid_datatype_check = False ,
821
+ format = "ecsv" , dump_to_file = True , overwrite_output_file = True ,
822
+ verbose = False )
823
823
824
824
assert os .path .exists ('datalink_output.zip' )
825
825
@@ -843,14 +843,14 @@ def test_load_data_ecsv(mock_datalink_querier_ecsv):
843
843
assert not os .path .exists ('datalink_output.zip' )
844
844
845
845
846
- def test_load_data_csv ( mock_datalink_querier_ecsv ):
847
- result_dict = mock_datalink_querier .load_data (ids = [5937083312263887616 ], data_release = 'Gaia DR3' ,
848
- data_structure = 'INDIVIDUAL' ,
849
- retrieval_type = "ALL" ,
850
- linking_parameter = 'SOURCE_ID' , valid_data = False , band = None ,
851
- avoid_datatype_check = False ,
852
- format = "csv" , dump_to_file = True , overwrite_output_file = True ,
853
- verbose = False )
846
+ def test_datalink_querier_load_data_csv ( mock_datalink_querier_csv ):
847
+ result_dict = mock_datalink_querier_csv .load_data (ids = [5937083312263887616 ], data_release = 'Gaia DR3' ,
848
+ data_structure = 'INDIVIDUAL' ,
849
+ retrieval_type = "ALL" ,
850
+ linking_parameter = 'SOURCE_ID' , valid_data = False , band = None ,
851
+ avoid_datatype_check = False ,
852
+ format = "csv" , dump_to_file = True , overwrite_output_file = True ,
853
+ verbose = False )
854
854
855
855
assert os .path .exists ('datalink_output.zip' )
856
856
@@ -875,14 +875,14 @@ def test_load_data_csv(mock_datalink_querier_ecsv):
875
875
876
876
877
877
@pytest .mark .skip (reason = "Thes fits files generate an error relatate to the unit 'log(cm.s**-2)" )
878
- def test_load_data_fits (mock_datalink_querier_fits ):
879
- result_dict = mock_datalink_querier .load_data (ids = [5937083312263887616 ], data_release = 'Gaia DR3' ,
880
- data_structure = 'INDIVIDUAL' ,
881
- retrieval_type = "ALL" ,
882
- linking_parameter = 'SOURCE_ID' , valid_data = False , band = None ,
883
- avoid_datatype_check = False ,
884
- format = "fits" , dump_to_file = True , overwrite_output_file = True ,
885
- verbose = False )
878
+ def test_datalink_querier_load_data_fits (mock_datalink_querier_fits ):
879
+ result_dict = mock_datalink_querier_fits .load_data (ids = [5937083312263887616 ], data_release = 'Gaia DR3' ,
880
+ data_structure = 'INDIVIDUAL' ,
881
+ retrieval_type = "ALL" ,
882
+ linking_parameter = 'SOURCE_ID' , valid_data = False , band = None ,
883
+ avoid_datatype_check = False ,
884
+ format = "fits" , dump_to_file = True , overwrite_output_file = True ,
885
+ verbose = False )
886
886
887
887
assert os .path .exists ('datalink_output.zip' )
888
888
0 commit comments