-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't workingsteadyFor issues relating to the `timflow.steady` code.For issues relating to the `timflow.steady` code.
Description
TargetHeadWellString solves in a semi-confined aquifer, but not in a confined aquifer, throwing an slice indices must be integers or None or have an __index__ method error when solving.
Example to reproduce:
import timflow.steady as tfs
z = [1.0, 0, -20]
ml2 = tfs.ModelMaq(kaq=10, c=1000, z=z, topboundary="semi", hstar=0)
#ml2 = tfs.ModelMaq(kaq=10, z=z[1:])
ws = tfs.TargetHeadWellString(ml2, [(0, -10), (0, 10)], rw=0.1, hcp=-2, xcp=10, ycp=0)
ml2.solve()
Removing the # shows the error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingsteadyFor issues relating to the `timflow.steady` code.For issues relating to the `timflow.steady` code.