Skip to content

Commit

Permalink
Merge pull request #209 from timcallow/warnings_improve
Browse files Browse the repository at this point in the history
Fix stated temperature range of atoMEC
  • Loading branch information
timcallow authored Oct 11, 2023
2 parents e430864 + bf51b55 commit b8042f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atoMEC/check_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ def temp_warning(err):
"Warning: this input temperature is very "
+ err
+ ". Proceeding anyway, but results may not be accurate. \n"
+ "Normal temperature range for atoMEC is 0.01 -- 100 eV \n"
+ "Normal temperature range for atoMEC is 0.1 -- 1000 eV \n"
)
return warning

Expand Down

0 comments on commit b8042f0

Please sign in to comment.