Skip to content

Commit e83d6e4

Browse files
committed
Updated
Signed-off-by: ZhiyiHuang <[email protected]>
1 parent 7fc4e5c commit e83d6e4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/TestFCI.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
######################################### Test Notes ###########################################
2121
# All the benchmark results of loaded files (e.g. "./TestData/benchmark_returned_results/") #
2222
# are obtained from the code of causal-learn as of commit #
23-
# https://github.com/cmu-phil/causal-learn/pull/68/commits/999df2e (10-08-2022). #
23+
# https://github.com/py-why/causal-learn/commit/5918419 (02-03-2022). #
2424
# #
2525
# We are not sure if the results are completely "correct" (reflect ground truth graph) or not. #
2626
# So if you find your tests failed, it means that your modified code is logically inconsistent #
27-
# with the code as of 999df2e, but not necessarily means that your code is "wrong". #
28-
# If you are sure that your modification is "correct" (e.g. fixed some bugs in 999df2e), #
27+
# with the code as of 5918419, but not necessarily means that your code is "wrong". #
28+
# If you are sure that your modification is "correct" (e.g. fixed some bugs in 5918419), #
2929
# please report it to us. We will then modify these benchmark results accordingly. Thanks :) #
3030
######################################### Test Notes ###########################################
3131

tests/TestPC.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
######################################### Test Notes ###########################################
1717
# All the benchmark results of loaded files (e.g. "./TestData/benchmark_returned_results/") #
1818
# are obtained from the code of causal-learn as of commit #
19-
# https://github.com/cmu-phil/causal-learn/commit/999df2e (10-08-2022). #
19+
# https://github.com/py-why/causal-learn/commit/5918419 (02-03-2022). #
2020
# #
2121
# We are not sure if the results are completely "correct" (reflect ground truth graph) or not. #
2222
# So if you find your tests failed, it means that your modified code is logically inconsistent #
23-
# with the code as of 999df2e, but not necessarily means that your code is "wrong". #
24-
# If you are sure that your modification is "correct" (e.g. fixed some bugs in 999df2e), #
23+
# with the code as of 5918419, but not necessarily means that your code is "wrong". #
24+
# If you are sure that your modification is "correct" (e.g. fixed some bugs in 5918419), #
2525
# please report it to us. We will then modify these benchmark results accordingly. Thanks :) #
2626
######################################### Test Notes ###########################################
2727

0 commit comments

Comments
 (0)