Xun Jiang
Xun Jiang
There are a few more options that are file paths. For example: - aero_data - free_aero_data - flaps_aero_data - ground_aero_data I am not sure if we need to convert them...
Please review again.
I added an `assert_warning` test suggested by Ken. And it is the first and only `assert_warning` test we have. We probably should have more.
Some mission classes need `assert_check_partials` unit test.
I've added `check_partials` and `assert_near_equal` to most components in subsystems. See [PR442](https://github.com/OpenMDAO/Aviary/pull/442) and [PR443](https://github.com/OpenMDAO/Aviary/pull/443)
[Add/improve unit tests in FLOPS based mission # 485](https://github.com/OpenMDAO/Aviary/pull/485)
added unit test on weight-mass conversion with `GRAV_ENGLISH_LBM != 1` in PR[#522](https://github.com/OpenMDAO/Aviary/pull/522)
There is no file named `test_basic_report.py`.
Is this issue solved?
Is it better to change `save_json` to something like `save_aviary_to_json`? It is more meaningful and we may have a more general function to save json files.