Skip to content

Multiple mission runs and reports directory #957

@hschilling

Description

@hschilling

Description

When running aviary/examples/run_off_design_example.py there are some issues with the reports folders.

  1. Since there are 3 missions runs in the script, there should be 3 reports folders but there are only 2. The third mission run overwrites the directory of the second mission run
  2. After the second mission run, the directory has a full set of reports. But after the third run, it has a greatly reduced set of reports.

The normal set of reports is

input_checks.md
inputs.html
mission_summary.md
mission_timeseries_data.csv
n2.html
opt_report.html
overridden_variables.md
status.json
subsystems
total_coloring.html
traj_linkage_report.html
traj_results_report.html

but after the third run, only get

driver_scaling_report.html
n2.html
total_coloring.html
traj_results_report.html

Example

Run

python aviary/examples/run_off_design_example.py

Aviary Version

0.10.0.dev0

Relevant environment information

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions