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
I think this issue should be put on hold for now given that there is active work to update the data fusion workflow and we will have to update these docs later on anyways.
Running in Google Colab on Python 3.7.12
This error occurs in the 3rd code block of the section, under the header
#2. Export surface water harmonic coefficients
running the code as is returns a value error
'ValueError: 'output_asset_path' needs to be defined to run fusion export process.
I think this is because above we specify
output_asset_path = None,
when it should be output_asset_path = ouput_asset (the variable defined earlier in the code block)
Additionally, I believe the code in the following block is missing some code, as most of the variables are set to None.
Thanks in advance!
The text was updated successfully, but these errors were encountered: