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
Some processes use a hierarchical naming convention (CDAT.aggregate). I suggest we mimic this by creating this mock hierarchy, ie. wps.cdat.aggregate instead of sanitizing names to cdat_aggregate
The text was updated successfully, but these errors were encountered:
... this means we would generate a namespace with "artificial" packages? It needs to be a valid Python expression.
There is unfortunately no recommendation or restriction how to define WPS identifiers. All we know is, we get a string ;) We can try to establish a "good practice" for our own services ... but in case of birdy, we need to be fail-safe.
* Added pytest-notebook requirements, makefile recipe, and regex rules
* Updated notebooks and moved requirements to github masters
* Added tests to travis loadout
* Allow parsing github links in requirements
* add nbval to env
* added sanitize code for agu notebook
* Or true for test-nb
* Drop Python3.5
Description
Some processes use a hierarchical naming convention (CDAT.aggregate). I suggest we mimic this by creating this mock hierarchy, ie.
wps.cdat.aggregate
instead of sanitizing names tocdat_aggregate
The text was updated successfully, but these errors were encountered: