Skip to content

Commit

Permalink
correct error for users with legacy alias file
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoArkadeep committed May 23, 2024
1 parent f34a586 commit cf90ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WellMasterGeoMech/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ def plotPPzhang(well,rhoappg = 16.33, lamb=0.0008, a = 0.630, nu = 0.4, sfs = 1.
alias['resshal'] = [elem for elem in header if elem in set(alias['resshal'])]
alias['density'] = [elem for elem in header if elem in set(alias['density'])]
alias['neutron'] = [elem for elem in header if elem in set(alias['neutron'])]
alias['pe'] = [elem for elem in header if elem in set(alias['pe'])]
#alias['pe'] = [elem for elem in header if elem in set(alias['pe'])]

global mwvalues
global flowgradvals
Expand Down

0 comments on commit cf90ef1

Please sign in to comment.