Skip to content

Commit 9954814

Browse files
authored
Merge branch 'master' into mhucka-silence-some-warnings
2 parents 32d6196 + a35288e commit 9954814

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

WORKSPACE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ EIGEN_COMMIT = "aa6964bf3a34fd607837dd8123bc42465185c4f8"
1212

1313
http_archive(
1414
name = "eigen",
15+
sha256 = "35ba771e30c735a4215ed784d7e032086cf89fe6622dce4d793c45dd74373362",
1516
build_file_content = """
1617
cc_library(
1718
name = "eigen3",
@@ -41,7 +42,7 @@ http_archive(
4142
patches = [
4243
"//third_party/tf:tf.patch",
4344
],
44-
# sha256 = "e52cda3bae45f0ae0fccd4055e9fa29892b414f70e2df94df9a3a10319c75fff",
45+
sha256 = "f771db8d96ca13c72f73c85c9cfb6f5358e2de3dd62a97a9ae4b672fe4c6d094",
4546
strip_prefix = "tensorflow-2.15.0",
4647
urls = [
4748
"https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.15.0.zip",

tensorflow_quantum/core/src/util_qsim_test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ TEST_P(TwoTermSampledExpectationFixture, CorrectnessTest) {
103103
}
104104

105105
// clang-format off
106-
INSTANTIATE_TEST_CASE_P(
106+
INSTANTIATE_TEST_SUITE_P(
107107
SingleTermSampledExpectationTests, TwoTermSampledExpectationFixture,
108108
::testing::Values(std::make_tuple("ZZ", 0.0),
109109
std::make_tuple("ZX", 0.1234),
@@ -168,7 +168,7 @@ TEST_P(TwoTermExpectationFixture, CorrectnessTest) {
168168
}
169169

170170
// clang-format off
171-
INSTANTIATE_TEST_CASE_P(
171+
INSTANTIATE_TEST_SUITE_P(
172172
SingleTermExpectationTests, TwoTermExpectationFixture,
173173
::testing::Values(std::make_tuple("ZZ", 0.0),
174174
std::make_tuple("ZX", 0.1234),

0 commit comments

Comments
 (0)