コード例 #1
0
ファイル: iso.py プロジェクト: 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 = []
コード例 #2
0
ファイル: iso.py プロジェクト: helixyte/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 = []
コード例 #3
0
ファイル: base.py プロジェクト: helixyte/TheLMA
 def reset(self):
     MoleculeDesignPoolLayoutConverter.reset(self)
     self.__mismatching_mds = []
     self.__missing_tubes = []
     self.__mismatching_tube_num = []
コード例 #4
0
ファイル: base.py プロジェクト: papagr/TheLMA
 def reset(self):
     MoleculeDesignPoolLayoutConverter.reset(self)
     self.__mismatching_mds = []
     self.__missing_tubes = []
     self.__mismatching_tube_num = []