Currently, there is test for the length of the methods section (if it is <20 words, it throws a warning) but not test for presence/absence of the methods section. If the methods section is absent, currently:
- A warning is generated by DPchecker
run_congruence_checks that misleadingling implies there is a methods section by indicating that the methods are <20 words.
- DataStore throws an error upon extracting the metadata.
To resolve these issues, create a new test that specifically tests for the presence/absence of a methods section and 1) passes if methods are present 2) fails if methods are absent.
Currently, there is test for the length of the methods section (if it is <20 words, it throws a warning) but not test for presence/absence of the methods section. If the methods section is absent, currently:
run_congruence_checksthat misleadingling implies there is a methods section by indicating that the methods are <20 words.To resolve these issues, create a new test that specifically tests for the presence/absence of a methods section and 1) passes if methods are present 2) fails if methods are absent.