-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in string-representation of dilution plans involving serial d…
…ilutions (#49) * Write regression test against #48 * Fix bug in `DilutionPlan` text representation It affected all text-representation of dilution plans involving serial dilutions. Closes #48
- Loading branch information
1 parent
e29fb76
commit 08af830
Showing
4 changed files
with
38 additions
and
23 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -11,4 +11,4 @@ | |
) | ||
from .utils import DilutionPlan, get_trough_wells | ||
|
||
__version__ = "1.7.2" | ||
__version__ = "1.7.3" |
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