Example #1
0
File: iso.py Project: papagr/TheLMA
 def reset(self):
     """
     Resets all attributes except for the :attr:`rack_layout`.
     """
     MoleculeDesignPoolLayoutConverter.reset(self)
     self.__invalid_iso_volume = []
     self.__invalid_iso_concentration = []
     self.__missing_iso_volume = []
     self.__missing_iso_concentration = []
Example #2
0
 def reset(self):
     """
     Resets all attributes except for the :attr:`rack_layout`.
     """
     MoleculeDesignPoolLayoutConverter.reset(self)
     self.__invalid_iso_volume = []
     self.__invalid_iso_concentration = []
     self.__missing_iso_volume = []
     self.__missing_iso_concentration = []
Example #3
0
 def reset(self):
     MoleculeDesignPoolLayoutConverter.reset(self)
     self.__mismatching_mds = []
     self.__missing_tubes = []
     self.__mismatching_tube_num = []
Example #4
0
 def reset(self):
     MoleculeDesignPoolLayoutConverter.reset(self)
     self.__mismatching_mds = []
     self.__missing_tubes = []
     self.__mismatching_tube_num = []