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 alhambra_mixes .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
@@ -502,7 +502,6 @@ def each_volumes(
502502 round (maybe_vol )
503503 * self .droplet_volume
504504 ]
505- return ea_vols
506505
507506 @maybe_cache_once
508507 def _mixlines (
@@ -538,3 +537,6 @@ def _mixlines(
538537# """Use an intermediate mix to obtain a target concentration."""
539538
540539# ...
540+
541+ for c in [EchoFixedVolume , EchoEqualTargetConcentration , EchoTargetConcentration , EchoFillToVolume ]:
542+ _STRUCTURE_CLASSES [c .__name__ ] = c
You can’t perform that action at this time.
0 commit comments