Skip to content

Commit

Permalink
Merge pull request #113 from Serapieum-of-alex/merge-read-files
Browse files Browse the repository at this point in the history
Merge read rrm files
  • Loading branch information
MAfarrag authored Dec 26, 2022
2 parents b39e998 + 70ad86c commit f773e11
Show file tree
Hide file tree
Showing 13 changed files with 276 additions and 241 deletions.
8 changes: 7 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ History
1.3.3 (2022-12-27)
------------------

* use joblib to parallelize reading laterals in hydraulic model
* use joblib to parallelize reading laterals in hydraulic model


1.3.4 (2022-12-27)
------------------

* merge two function readLaterals and readRRMProgression, rename RRMProgression to routedRRM
1 change: 1 addition & 0 deletions Hapi/hm/inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ def WriteHQFile(self, NoNodes: int, StatisticalPropertiesFile: str, SaveTo: str)

@staticmethod
def StringSpace(Inp):
"""StringSpace."""
return str(Inp) + " "

def returnPeriod(
Expand Down
Loading

0 comments on commit f773e11

Please sign in to comment.