Skip to content

Commit f2e527c

Browse files
authored
Quick fix for buserror by adjusting blocking param. (#125)
1 parent b694678 commit f2e527c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Octavian"
22
uuid = "6fd5a793-0b7e-452c-907f-f8bfe9c57db4"
33
authors = ["Mason Protter", "Chris Elrod", "Dilum Aluthge", "contributors"]
4-
version = "0.3.8"
4+
version = "0.3.9"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

src/global_constants.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ MᵣW_mul_factor(::True) = StaticInt{4}()
1616
MᵣW_mul_factor(::False) = StaticInt{9}()
1717
MᵣW_mul_factor() = MᵣW_mul_factor(has_feature(Val(:x86_64_avx512f)))
1818

19-
W₁Default(::True) = StaticFloat64{0.0009898277594117685}()
19+
W₁Default(::True) = StaticFloat64{0.009898277594117685}()
20+
# W₁Default(::True) = StaticFloat64{0.0009898277594117685}()
2021
W₂Default(::True) = StaticFloat64{0.9865020832559304}()
2122
R₁Default(::True) = StaticFloat64{0.5820044063603483}()
2223
R₂Default(::True) = StaticFloat64{0.7580885846640107}()

0 commit comments

Comments
 (0)