Michael Brent's Lab at WashU org

The program crashes when parsing the datacard and encounters true and false. Using dtype in datasets.yaml doesn't solve the problem because the crash occurs before dtype is used. Therefore, I tried adding quotes around true and false.

DataCardValidationError: Dataset card validation failed for BrentLab/hu_2007_reimand_2010:

  • Field 'configs -> 0 -> dataset_info -> features -> 8 -> definitions -> 1 -> [key]': Input should be a valid string (got: True)
  • Field 'configs -> 0 -> dataset_info -> features -> 8 -> definitions -> 0 -> [key]': Input should be a valid string (got: False)
  • Field 'configs -> 0 -> dataset_info -> features -> 9 -> definitions -> 1 -> [key]': Input should be a valid string (got: True)
  • Field 'configs -> 0 -> dataset_info -> features -> 9 -> definitions -> 0 -> [key]': Input should be a valid string (got: False)
Michael Brent's Lab at WashU org

good! thank you

cmatkhan changed pull request status to merged

Sign up or log in to comment