bkochuna / ners570f23-SpMV

1 stars 0 forks source link

Add COO accessor tests #47

Open KyleVaughn opened 11 months ago

KyleVaughn commented 11 months ago

Description:

There needs to be unit tests to determine if the library is able to able to get information about matrices in the COO format. This unit test information will be important ensure that information about matrices in the COO format can be accessed to be used in other COO format operations for a variety of test cases.

Tasks:

Definition of done:

Evidence of a functional unit test code file that tests if a provided accessor function is able to return index, size, coefficient, and format information about matrices in the COO format

KyleVaughn commented 11 months ago

Review by @prathameshnakhate

prathameshnakhate commented 11 months ago

The description seems well-defined. In tasks, we can also have a test to check if the state of the matrix is returned correctly.

prathameshnakhate commented 11 months ago

Also, you can place this issue in the Kanban board. I think the "Created" label should be appropriate for this issue. After we have finalized all the tasks and are ready for implementation, we can change the label to "Accepted"