Epstein Zeta Library 0.5.0
Calculates the Epstein Zeta function
Loading...
Searching...
No Matches
Public Member Functions | List of all members
test_epsteinlib.TestValidateInputs Class Reference
Inheritance diagram for test_epsteinlib.TestValidateInputs:
Inheritance graph
[legend]
Collaboration diagram for test_epsteinlib.TestValidateInputs:
Collaboration graph
[legend]

Public Member Functions

None test_valid_inputs (self)
 
None test_invalid_x_type (self)
 
None test_invalid_y_type (self)
 
None test_x_y_different_lengths (self)
 
None test_empty_inputs (self)
 
None test_invalid_a_type (self)
 
None test_invalid_a_shape (self)
 
None test_invalid_nu_type (self)
 

Detailed Description

Unit test class for validate_inputs function in epsteinzetalib.

Member Function Documentation

◆ test_empty_inputs()

None test_epsteinlib.TestValidateInputs.test_empty_inputs ( self)
Ensures that a ValueError is raised for empty inputs.

◆ test_invalid_a_shape()

None test_epsteinlib.TestValidateInputs.test_invalid_a_shape ( self)
Ensures that a ValueError is raised for invalid shapes of a.

◆ test_invalid_a_type()

None test_epsteinlib.TestValidateInputs.test_invalid_a_type ( self)
Ensures that a ValueError is raised for each invalid matrices a.

◆ test_invalid_nu_type()

None test_epsteinlib.TestValidateInputs.test_invalid_nu_type ( self)
Ensures that a TypeError is raised for invalid nu.

◆ test_invalid_x_type()

None test_epsteinlib.TestValidateInputs.test_invalid_x_type ( self)
Ensures that a TypeError is raised for invalid x types.

◆ test_invalid_y_type()

None test_epsteinlib.TestValidateInputs.test_invalid_y_type ( self)
Ensures that a TypeError is raised for invalid y types.

◆ test_valid_inputs()

None test_epsteinlib.TestValidateInputs.test_valid_inputs ( self)
Ensures that no exceptions are raised for valid inputs.

◆ test_x_y_different_lengths()

None test_epsteinlib.TestValidateInputs.test_x_y_different_lengths ( self)
Ensures that a ValueError is raised when x and y have different lengths.

The documentation for this class was generated from the following file: