Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add argument to specify test scenario (flight plan) path #22

Open
MJafarMashhadi opened this issue Jul 28, 2020 · 1 comment
Open

Add argument to specify test scenario (flight plan) path #22

MJafarMashhadi opened this issue Jul 28, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@MJafarMashhadi
Copy link
Owner

No description provided.

@MJafarMashhadi MJafarMashhadi added the enhancement New feature or request label Jul 28, 2020
@MJafarMashhadi MJafarMashhadi self-assigned this Jul 28, 2020
@MJafarMashhadi
Copy link
Owner Author

It's not compatible with current implementation

    plan_module = importlib.import_module(f'generated_plans.{module_name}')
    plan_instance = plan_module.Plan(ac=ac)

It'll need a sys.path.append and I'm having second thoughts about it

@MJafarMashhadi MJafarMashhadi removed their assignment Jul 29, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant