mirror of
https://github.com/gchq/CyberChef
synced 2025-12-20 18:23:47 +00:00
Correct Haversine test output
This commit is contained in:
@@ -11,7 +11,7 @@ TestRegister.addTests([
|
|||||||
{
|
{
|
||||||
name: "Haversine distance",
|
name: "Haversine distance",
|
||||||
input: "51.487263,-0.124323, 38.9517,-77.1467",
|
input: "51.487263,-0.124323, 38.9517,-77.1467",
|
||||||
expectedOutput: "5902.542836307819",
|
expectedOutput: "5902542.836307819",
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
"op": "Haversine distance",
|
"op": "Haversine distance",
|
||||||
|
|||||||
Reference in New Issue
Block a user