HakanBrian / CoopConflStoch

1 stars 0 forks source link

Weird behavior of Truncated normal when mean & variance are 0 #1

Closed HakanBrian closed 3 months ago

HakanBrian commented 3 months ago

There seems to be an issue with a truncated normal when mean & variance are 0. Julia will not evaluate under such circumstance, but it will not give an explicit error either. Weird.

Also, note that the issue was circumvented using a conditional statement.