Skip to content

Commit f4dd9b8

Browse files
committed
more unit tests
1 parent f2fa307 commit f4dd9b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_optimize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ def test_exe_only(self):
591591

592592
bern2_model = CmdStanModel(exe_file=exe_only)
593593
jdata = os.path.join(DATAFILES_PATH, 'bernoulli.data.json')
594-
mle = bern_model.optimize(data=jdata)
594+
mle = bern2_model.optimize(data=jdata)
595595
self.assertEqual(
596596
mle.optimized_params_np[0], mle.optimized_params_dict['lp__']
597597
)

0 commit comments

Comments
 (0)