-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for Decimal: should now be working.
- Loading branch information
Showing
7 changed files
with
78 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
- MultiFixedConcentration allows a `min_volume` setting, which will raise an error of the minimum | ||
volume to be transferred for any component is too low. | ||
- Some volume and concentration settings can now be changed, not just initialized, as strings (WIP). | ||
- Reference data for mixes is now its own class, `Reference`, and rounds to 1e-6 nM. | ||
- Volume and concentration settings can now be changed, not just initialized, as strings. | ||
- Reference data for mixes is now its own class, `Reference`, and rounds to 1e-6 nM. | ||
- Mixes now use Decimal instead of floats throughout for units, solving floating point errors. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
include tests/*.csv | ||
include tests/*.csv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.