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
All recipes begin with: from databaker.constants import * so it helps if this is less of a mess -- like, for example, we know about all the constants that it does import.
Currently there is a circular dependency with an import bake
It appears this is to access the command line options in bake.Opt.params for use in the PARAMS() function -- which anyway doesn't seem to be called from anywhere.
We should delete this section
The text was updated successfully, but these errors were encountered:
All recipes begin with:
from databaker.constants import *
so it helps if this is less of a mess -- like, for example, we know about all the constants that it does import.Currently there is a circular dependency with an
import bake
It appears this is to access the command line options in
bake.Opt.params
for use in thePARAMS()
function -- which anyway doesn't seem to be called from anywhere.We should delete this section
The text was updated successfully, but these errors were encountered: