You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I definitely want to implement this (although not necessarily with the exact API above). Among other things, the examples section of the docs, which gets compiled from aospy/docs, is unable to load the example_obj_lib module located in aospy/aospy/examples, without a hack-ish step of cd to the examples directory.
More generally, it just makes sense to have an actual class to represent this core data structure, rather than just having it be a module or package upon which we just require certain attributes.
The text was updated successfully, but these errors were encountered:
Copying from #156 (comment), since it's not the main topic of that issue:
I definitely want to implement this (although not necessarily with the exact API above). Among other things, the examples section of the docs, which gets compiled from
aospy/docs
, is unable to load theexample_obj_lib
module located inaospy/aospy/examples
, without a hack-ish step ofcd
to the examples directory.More generally, it just makes sense to have an actual class to represent this core data structure, rather than just having it be a module or package upon which we just require certain attributes.
The text was updated successfully, but these errors were encountered: