Skip to content

Commit

Permalink
change test for julia 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Dec 20, 2023
1 parent c90d539 commit 2516982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_diagnostic.jl
Expand Up @@ -8,7 +8,7 @@ using DataAssim: talagrand_diagram
# https://collaboration.cmc.ec.gc.ca/cmc/cmoi/product_guide/docs/lib/ens_en.pdf
# https://web.archive.org/web/20231118202650/https://collaboration.cmc.ec.gc.ca/cmc/cmoi/product_guide/docs/lib/ens_en.pdf

x = [1.5;; 2.3;; 0.8;; 4.1;; 0.3]
x = [1.5, 2.3, 0.8, 4.1, 0.3]'
y = [2.95]


Expand Down

0 comments on commit 2516982

Please sign in to comment.