nasa / OnAIR

The On-board Artificial Intelligence Research (OnAIR) Platform is a framework that enables AI algorithms written in Python to interact with NASA's cFS. It is intended to explore research concepts in autonomous operations in a simulated environment.
66 stars 15 forks source link

Added -k arg to driver.py #86

Closed asgibson closed 11 months ago

asgibson commented 11 months ago

Allows running only specific tests matching EXPRESSION after -k
Additionally update driver.py to be in line with PEP standards
NOTE: this changed Copyright statements line distribution but not text

asgibson commented 11 months ago

I was going to ensure PEP compliance when any file gets updated as I go through issues. Technically there is a PEP related issue already (#46), but it only mentions documentation. We should incorporate PEP documentation style, but also code style. So an issue relating to that may be warranted.