Exemplo n.º 1
0
Arquivo: iso.py Projeto: 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 = []
Exemplo n.º 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 = []
Exemplo n.º 3
0
 def reset(self):
     MoleculeDesignPoolLayoutConverter.reset(self)
     self.__mismatching_mds = []
     self.__missing_tubes = []
     self.__mismatching_tube_num = []
Exemplo n.º 4
0
 def reset(self):
     MoleculeDesignPoolLayoutConverter.reset(self)
     self.__mismatching_mds = []
     self.__missing_tubes = []
     self.__mismatching_tube_num = []