template_bank_generator_HM.TemplateBank.define_important_grid ============================================================= Back to :doc:`Class page <../classes/template_bank_generator_HM.TemplateBank>` Summary ------- This was the code for removing calpha dimensions that were too small Now, we always allow = ndims Signature --------- .. code-block:: python def define_important_grid(self, delta_calpha, fudge = params.TEMPLATE_SAFETY, force_zero = True) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``delta_calpha`` - - - - - - * - ``fudge`` - - - params.TEMPLATE_SAFETY - - * - ``force_zero`` - - - True - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text This was the code for removing calpha dimensions that were too small Now, we always allow = ndims