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
For the new oti, want to be able to search by any tree or study property. Would like to find these from the nexsons, rather than hard-code the list. Code should probably live in peyotl/nexson_syntax/__init__.py. Of course, not sure about keeping this up to date (noting that this happens with the current system, too, so writing such a script does not create a new problem).
The text was updated successfully, but these errors were encountered:
looks to me like this is related to #137 ... if all properties were available from the NexsonProxy the script would be trivial.
Rather than worry about keeping lists of property names up to date, the script could simply be driven off of all unstructured properties.
For the new oti, want to be able to search by any tree or study property. Would like to find these from the nexsons, rather than hard-code the list. Code should probably live in
peyotl/nexson_syntax/__init__.py
. Of course, not sure about keeping this up to date (noting that this happens with the current system, too, so writing such a script does not create a new problem).The text was updated successfully, but these errors were encountered: