Skip to content

Commit

Permalink
Update tests/test_catalog.py
Browse files Browse the repository at this point in the history
Co-authored-by: Aparna Radhakrishnan <aparna.radhakrishnan@noaa.gov>
  • Loading branch information
Ciheim and aradhakrishnanGFDL authored Jun 4, 2024
1 parent 9f4f8ca commit c715ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def main(json_path,json_template_path,test_failure):
errors = 0
for column in req:
if column not in catalog.columns:
print(f"The required column '{column}' does not exist. Double check config file.")
print(f"The required column '{column}' does not exist in the csv. In other words, there is some inconsistency between the json and the csv file. Please check out info listed under aggregation_control and groupby_attrs in your json file and verify if those columns show up in the csv as well.")
errors += 1

if(catalog[column].isnull().values.any()):
Expand Down

0 comments on commit c715ff1

Please sign in to comment.