njallskarp / finetune-qa-powerset

Finetuning BERT models on a powerset of different linguistic domains
https://lvl.ru.is/
5 stars 0 forks source link

Writing readme sections for testing #47

Closed Eysteinn-Orn closed 1 year ago

Eysteinn-Orn commented 1 year ago

Writing the sections in the Readme regarding testing.

Just added some text regarding the testing process, installing dependencies, running tests locally, writing tests, CI, Libraries used, when to test your code and testing guidelines.

njallskarp commented 1 year ago

Approved. Just make one update first. Run the linter and formater (pylint and black) with the fix option to fix some of the 24 issues pointed out by codacy. Once that's good you can merge it

Eysteinn-Orn commented 1 year ago

So, the formatter we are using doesn't format markdown files, what I ended up doing was installing remark using node and running remark . --output using node and that formatted the markdown file as per Codeacy recommendations