symbench / symbench-athens-client

Python client for Symbench's UAV workflow runs.
Apache License 2.0
0 stars 2 forks source link

Import error for FDM experiments by name through FDMExperiements.ipynb in Docker container #111

Closed sandbornm closed 3 years ago

sandbornm commented 3 years ago

Import experiments by name (e.g. ExperimentOnTurnigyGraphene5000MAHQuadCopter) is deprecated because of the parallelization efforts. This should be replaced with the function which retrieves available experiments:

Error:

Screen Shot 2021-08-27 at 11 19 25 AM

Solution:

Screen Shot 2021-08-27 at 11 33 30 AM
umesh-timalsina commented 3 years ago

Thanks @sandbornm. I will update the usage notebook

umesh-timalsina commented 3 years ago

The testbench library which has been moved to google drive available at the following URL is properly updated to use master branch functions.