lanl / 4DGB

4D Genome Browser project
1 stars 2 forks source link

add test for get_contactmap to testing/test_gentk.py (on js-client-test branch) #19

Closed dhrogers closed 3 years ago

dhrogers commented 3 years ago

Client API has one final call to be added to testing/test_gentk.py:

get_contactmap

This should be added on branch js-client-test. There is a skeleton call 'test_contactmap' in testing/test_gentk.py. It needs to be filled out with a valid test.

The contact map ID that you should test is '0'

ricardosida commented 3 years ago

Done testing with 0, do you want me to do edge cases with -1 and 2? or just leave it with 0?

dhrogers commented 3 years ago

Yes. Add -1 and 2 as edge cases.

ricardosida commented 3 years ago

Done testing, should I create a pull request?

dhrogers commented 3 years ago

Yes

dhrogers commented 3 years ago

Completed.