Exemplo n.º 1
0
def test_write_read():
    fitstables.mwrfits(test_dict, outfile, clobber=True)
    dict2 = fitstables.mrdfits(outfile)
    assert_dict_almost_equal(test_dict, dict2)
Exemplo n.º 2
0
def test_mwrfits():
    fitstables.mwrfits(test_dict, outfile, clobber=True)