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
The structure of qbods.py is largely one query == one function. This results in a lot of redundant, inefficient and ugly code. We should reorganise the module and develop a set of generalised functions that are common to multiple queries.
The text was updated successfully, but these errors were encountered:
The structure of
qbods.py
is largely one query == one function. This results in a lot of redundant, inefficient and ugly code. We should reorganise the module and develop a set of generalised functions that are common to multiple queries.The text was updated successfully, but these errors were encountered: