Closed austinhpatton closed 1 year ago
black
) is failingTo keep the code consistent with lots of contributors, we run automated code consistency checks. To fix this CI test, please run:
black
: pip install black
black .
Once you push these changes the test should pass, and you can hide this comment :+1:
We highly recommend setting up Black in your code editor so that this formatting is done automatically on save. Ask about it on Slack for help!
Thanks again for your contribution!
Included a bunch of little changes to: 1) make the use of snake case more consistent across all publish directories and output filenames 2) clean up the publishdirs to remove extraneous, unwanted files or directories that are produced for internal purposes only or are persistent legacies of past versions 3) include a detailed description of the output directories and their contents. I imagine this is mostly just a draft, and can be tidied up, including referencing links to the github repositories of each software (where appropriate) for more detailed description of outputs, etc.
More still needs to be done with the readme (i.e. what is listed in the code cleanup PR, etc), but this is a start, and at least includes some cleanup of the outputs themselves.