symbench / symbench-athens-client

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

Designs missing allow_population_by_field_name #26

Closed umesh-timalsina closed 3 years ago

umesh-timalsina commented 3 years ago

This will be a problem because, I cannot instantiate a design by kwargs:

>>> from symbench_athens_client.models.designs import QuadCopter
>>> design = QuadCopter(arm_length=225.0)
>>> design.arm_length
220.0
umesh-timalsina commented 3 years ago

the parameters method should also return dictionary by_alias.