Skip to content

Commit

Permalink
Merge pull request #854 from c3g/patch-4112
Browse files Browse the repository at this point in the history
patch 4.11.2
  • Loading branch information
UlysseFG authored Oct 1, 2024
2 parents 7dd519f + 3fedc89 commit 9a7f1dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.11.1
4.11.2
2 changes: 1 addition & 1 deletion backend/fms_core/services/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ def remove_sample_metadata(sample, metadata):
return deleted, errors, warnings


def validate_normalization(initial_volume, initial_concentration, final_volume, desired_concentration, tolerance=0.01):
def validate_normalization(initial_volume, initial_concentration, final_volume, desired_concentration, tolerance=0.1):
"""
Defines whether a desired concentration is valid given the ratio (initial volume / final volume)
Expand Down

0 comments on commit 9a7f1dd

Please sign in to comment.