:mod:`biotransformers.tests.test_accuracy`
==========================================

.. py:module:: biotransformers.tests.test_accuracy

.. autoapi-nested-parse::

   Test module for testing accuracy function



Module Contents
---------------


Functions
~~~~~~~~~

.. autoapisummary::

   biotransformers.tests.test_accuracy.test_accuracy_type_and_range
   biotransformers.tests.test_accuracy.test_accuracy_type_and_range_fasta



Attributes
~~~~~~~~~~

.. autoapisummary::

   biotransformers.tests.test_accuracy.test_params
   biotransformers.tests.test_accuracy.test_params_fasta


.. data:: test_params
   :annotation: = [[1, 'forward'], [2, 'masked'], [10, 'forward']]

   

.. data:: test_params_fasta
   :annotation: = [[2, 'forward']]

   

.. function:: test_accuracy_type_and_range(init_model, sequences, batch_size, pass_mode)


.. function:: test_accuracy_type_and_range_fasta(init_model, fasta_path, batch_size, pass_mode)


