Open e-lo opened 4 years ago
Issue:
BASE_DIR = get_base_dir()
in Parameters
class should not throw an error when executed at the Class level; only when an instantiated.
Easy resolution (famous last words)...standby.
Actually nmd...the problem is that __init__()
is being run for CubeTransit
when it is imported. Will look at this tomorrow.
@jhelsel11 - easiest work-around right now is just to store the notebook where you installed Lasso.
Will do. I'll have to move my data into subfolders of lasso as well, right?
You shouldn't have to, no. You can specify where your data is stored when you instantiate a project
On Fri, Feb 14, 2020 at 8:24 AM John Helsel notifications@github.com wrote:
Will do. I'll have to move my data into subfolders of lasso as well, right?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/wsp-sag/Lasso/issues/61?email_source=notifications&email_token=AAGCBI7VVFE2CAS67CLO7ADRC3AU7A5CNFSM4KVBGDTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELZSXKY#issuecomment-586361771, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGCBI6UDMMAQMBRKR6KW33RC3AU7ANCNFSM4KVBGDTA .
I'll try that.
Problem was instantiating Parameters() from the parameters in a method. Fix pushed to develop and running thru tests now...
when executed from a directory one-above the Lasso directory yields: