File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1010
1111from riverine .util import gen_random_hash , maybe_cache_once
1212
13- from .actions import AbstractAction , ActionWithComponents
13+ from .actions import AbstractAction , ActionWithComponents , _STRUCTURE_CLASSES
1414from .experiments import Experiment
1515from .mixes import Mix
1616from .printing import MixLine
@@ -505,7 +505,6 @@ def each_volumes(
505505 round (maybe_vol )
506506 * self .droplet_volume
507507 ]
508- return ea_vols
509508
510509 @maybe_cache_once
511510 def _mixlines (
@@ -542,3 +541,6 @@ def _mixlines(
542541# """Use an intermediate mix to obtain a target concentration."""
543542
544543# ...
544+
545+ for c in [EchoFixedVolume , EchoEqualTargetConcentration , EchoTargetConcentration , EchoFillToVolume ]:
546+ _STRUCTURE_CLASSES [c .__name__ ] = c
You can’t perform that action at this time.
0 commit comments