Skip to content

Commit

Permalink
some more
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Sep 10, 2023
1 parent e99a5fb commit e4d57ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_evcurve_qe.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
def validate_fitdict(fit_dict):
lst = [
fit_dict['b_prime_eq'] > 3.0,
fit_dict['b_prime_eq'] < 8.0,
fit_dict['b_prime_eq'] < 9.0,
fit_dict['bulkmodul_eq'] > 52,
fit_dict['bulkmodul_eq'] < 58,
fit_dict['bulkmodul_eq'] < 60,
fit_dict['energy_eq'] > -2148.2,
fit_dict['energy_eq'] < -2148.1,
fit_dict['volume_eq'] > 70,
Expand Down

0 comments on commit e4d57ad

Please sign in to comment.