Skip to content

Commit

Permalink
Fixed ROC code that apparently mutated at some point
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Aug 20, 2024
1 parent 6111d5b commit aaf8367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ const processDataROC = function (
resultOptions.xaxis.range[1],
resultOptions.xaxis.range[0],
resultOptions.yaxis.range[1],
returnDataset.ymin,
resultOptions.yaxis.range[0],
matsTypes.ReservedWords.noSkill,
"top left",
matsTypes.ReservedWords.noSkill,
Expand Down

0 comments on commit aaf8367

Please sign in to comment.