Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
darshanmandge committed Jul 18, 2024
1 parent 5cb0e33 commit 183ad9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bluepyemodel/evaluation/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ def define_location(definition):
if definition["location"] == "ais":
return ais_loc
raise ValueError(
"Only soma and ais are implemented for CompRecording"
f' for {definition["name"]} at {definition["location"]}'
"Only soma and ais are implemented for CompRecording."
f' Cannot load {definition["name"]} at {definition["location"]}.'
)

if definition["type"] == "somadistance":
Expand Down

0 comments on commit 183ad9f

Please sign in to comment.