LSSTDESC / descwl-coadd-task

DM Task to run coaddition in cells
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

begin writing unit tests #4

Open esheldon opened 6 months ago

esheldon commented 6 months ago

When PR #3 is merged, begin unit tests

esheldon commented 4 months ago

@arunkannawadi I would like to start on these unit tests.

How can we split up this work? I think you know better how to connect the tests to the framework for reading and writing.

Here is one idea: To start with, could you perhaps set up a basic example test that can write an image using the framework, and read it back? If so I can focus on creating simulated inputs to test various scenarios?

arunkannawadi commented 4 months ago

Hi Erin, yes, I'll set up a simple test mainly to set up the test framework. Let's iterate on the first few tests before expanding it to the full suite.