File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name = " IntervalBoxes"
22uuid = " 43d83c95-ebbb-40ec-8188-24586a1458ed"
3- version = " 0.2.2 "
3+ version = " 0.2.3 "
44
55[deps ]
66IntervalArithmetic = " d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
77StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
88
99[compat ]
10- IntervalArithmetic = " ^ 0.22.12"
10+ IntervalArithmetic = " 0.22.12 - 1 "
1111StaticArrays = " 1"
1212julia = " 1.9"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ using Test
1313 @test s == " [1.0, 2.0] × [3.0, 4.0]"
1414
1515 X = bareinterval.(IntervalBox(1.1 .. 1.2 , 2.1 .. 2.2 ))
16- @test string(X) == " [1.09999 , 1.20001 ] × [2.09999 , 2.20001 ]"
16+ @test string(X) == " [1.1 , 1.2 ] × [2.1 , 2.2 ]"
1717
1818 X = bareinterval.(IntervalBox(- Inf .. Inf , - Inf .. Inf ))
1919 @test string(X) == " (-∞, ∞)²"
You can’t perform that action at this time.
0 commit comments