SwaragThaikkandi / SMdRQA

For doing multidimensional recurrent quantification analysis(MdRQA) and sliding window version of it
https://swaragthaikkandi.github.io/SMdRQA/
GNU General Public License v3.0
1 stars 0 forks source link

this is just a test #16

Closed SwaragThaikkandi closed 7 months ago

SwaragThaikkandi commented 7 months ago

Bug Report Template for SMdRQA

Start with a concise and informative title that summarizes the bug. For example: "Error in SMdRQA module when processing certain inputs"

Description

Provide a detailed description of the bug, including:

Version

Specify the version of the SMdRQA package where the bug was encountered. If applicable, mention the version of Python and any other relevant dependencies.

Environment

Briefly describe your development environment, including:

Additional Information

Include any other relevant details that might help diagnose the bug. This could involve code snippets, configuration files, or specific use cases where the bug occurs.

Here's an example of a bug report using this template:


Title: Error in SMdRQA module when processing certain inputs

Description:

When using the SMdRQA module to analyze specific input data, the program crashes with an error message.

Steps to Reproduce:

  1. Import the SMdRQA module into a Python script.
  2. Provide input data that triggers the error.
  3. Execute the relevant function/method.

Expected Behavior:

The SMdRQA module should process the input data without errors and produce the expected output.

Actual Behavior:

The program crashes with an error message related to input validation.

Version:

Environment:

Additional Information:

The error occurs consistently with specific types of input data. Included below is a code snippet demonstrating the issue:

import SMdRQA

data = [...]  # Insert problematic input data here
result = SMdRQA.analyze(data)  # This line triggers the error