Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run the notebook from top and see this error in SPATIAL REPRESENTATION section #1

Open
founderchiu opened this issue Feb 19, 2022 · 0 comments

Comments

@founderchiu
Copy link


AttributeError Traceback (most recent call last)
in
31 pad_entity = pad_entity.union(df_well.entity[n]) #Pad entity equalt union if subsequent
32 pad_index = df_pad[df_pad.id == df_well.pad_id[n]].index[0]
---> 33 df_pad.set_value(pad_index, 'entity', pad_entity) #df_pad is updated with latest entity
34
35 #Add len_tot, stage_tot and water_tot to df_pad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant