Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Mar 26, 2021
1 parent dc9b3e1 commit 5950529
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arviz/tests/external_tests/test_data_pystan.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ def test_inference_data(self, data, eight_schools_params):
inference_data1 = self.get_inference_data(data, eight_schools_params)
inference_data2 = self.get_inference_data2(data, eight_schools_params)
inference_data3 = self.get_inference_data3(data, eight_schools_params)
inference_data4 = self.get_inference_data4(data, eight_schools_params)
inference_data5 = self.get_inference_data5(data, eight_schools_params)
inference_data4 = self.get_inference_data4(data)
inference_data5 = self.get_inference_data5(data)
# inference_data 1
test_dict = {
"posterior": ["theta"],
Expand All @@ -159,7 +159,7 @@ def test_inference_data(self, data, eight_schools_params):
"constant_data": ["sigma"],
"predictions_constant_data": ["sigma"],
"sample_stats": ["diverging", "lp"],
"log_likelihood": ["y"],
"log_likelihood": ["y", "~log_lik"],
"prior": ["theta"],
}
fails = check_multiple_attrs(test_dict, inference_data1)
Expand Down

0 comments on commit 5950529

Please sign in to comment.