Skip to content

Commit

Permalink
shorter line
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvonk committed Dec 17, 2024
1 parent 2c944a7 commit 851aa6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pedon/soil.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,8 @@ def from_name(
self.name = self.name.replace("HYDRUS_", "")
source = "HYDRUS"
logging.warning(
"Removed 'HYDRUS_' from soil name. For future use please use source='HYDRUS' argument"
"Removed 'HYDRUS_' from soil name. For future use"
"please provide source='HYDRUS' argument"
)
sersm = ser[ser["soilmodel"] == smn].loc[[self.name], :]
if source is None and len(sersm) > 1:
Expand Down

0 comments on commit 851aa6c

Please sign in to comment.