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

Rename remaining references to DataParser #65

Closed the-other-james closed 11 months ago

the-other-james commented 1 year ago

For example: https://github.com/nasa/OnAIR/blob/main/onair/src/run_scripts/execution_engine.py#L113

DataParser has been replaced by DataSource due to https://github.com/nasa/OnAIR/pull/43

asgibson commented 11 months ago

Looks like the specific example is no longer in use, but there are still 4 locations using the term DataParser: https://github.com/search?q=repo%3Anasa%2FOnAIR%20DataParser&type=code