Xun Jiang

Results 44 comments of Xun Jiang

Will there be document update?

Issue #490 says that we need to document clearly about the tables. So, before we work on this issue, we need to do a better job in documentation.

@jkirk5 I strongly suspect that `ALTITUDE_RATE_MAX` in `validation_cases/validation_data/flops_data/full_mission_test_data.py` should be `760.55416759` instead of `3.86361517135375`. Note that `760.55416759 ft/min = 3.86361517135375 m/s`.

In Issue #294, John pointed out the desire of replacing `ParamPort` with `VariableIn`. Is it still a desire?

Does [this page](https://github.com/OpenMDAO/Aviary/blob/main/aviary/docs/getting_started/installation.md) help?

Did you read the part in "Installation on Linux for Developers"? It works for Windows mostly.

Whether you need pyoptspare depends on what you will do. If you plan to use `IPOPT` or `SNOPT`, you'd better have it.

Should we make sure that all benchmark tests run with both `IPOPT` and `SNOPT`?

Why do you run `python test_bench_GwGm.py` instead of `testflo`? You only run the code under your `__main__` block of code.

I do that too, but when you do that, you need to tell us which exact test fails you. It is not clear from the screen shot.