Skip to content

Commit

Permalink
Fix to black format (somehow this failed)
Browse files Browse the repository at this point in the history
  • Loading branch information
daavid00 committed Jan 26, 2024
1 parent 8801346 commit ae6c785
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pyopmspe11/utils/inputvalues.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ def readthefirstpart(lol, dic):
dic["elevation"] = float(row[0]) # Elevation of the caprock [m]
dic["backElevation"] = float(row[1]) # Elevation of back boundary [m]
dic["noSands"] = 7 # No. saturation regions
dic[
"index"
] = 19 # Increase this if more rows are added to the model parameters part
dic["index"] = 19 # Increase if more rows are added to the parameters part
return dic


Expand Down

0 comments on commit ae6c785

Please sign in to comment.