Skip to content

Commit

Permalink
ValueError added in error message in VisualCortex_Data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shimoura authored Apr 17, 2024
1 parent 4827d47 commit e32fd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiarea_model/data_multiarea/VisualCortex_Data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ def probit(x,):
R_fit = [float(out.split('\n')[1].split(' ')[1]),
float(out.split('\n')[1].split(' ')[3])]
except (OSError, IndexError, ValueError):
print("No R installation or IndexError, taking hard-coded SLN fit parameters.")
print("No R installation or IndexError/ValueError, taking hard-coded SLN fit parameters.")
R_fit = [-0.1516142, -1.5343200]

"""
Expand Down

0 comments on commit e32fd78

Please sign in to comment.