added data for future benchmarking

This commit is contained in:
Никита Тырин 2024-09-19 13:25:33 +03:00
parent 01e2dc5cc3
commit 307c55f881
3 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View File

@ -160,4 +160,3 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
4XMM_slim_DR13cat_v1.0.csv.gz

Binary file not shown.

View File

@ -17,7 +17,8 @@
"source": [
"ra=61.1\n",
"dec=16.3\n",
"radius=0.01"
"radius=0.01\n",
"order='nested'"
]
},
{
@ -34,7 +35,7 @@
}
],
"source": [
"results=query(ra,dec,radius)\n",
"results=query(ra,dec,radius,order)\n",
"print(results)"
]
}