We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fa307 commit f4dd9b8Copy full SHA for f4dd9b8
1 file changed
test/test_optimize.py
@@ -591,7 +591,7 @@ def test_exe_only(self):
591
592
bern2_model = CmdStanModel(exe_file=exe_only)
593
jdata = os.path.join(DATAFILES_PATH, 'bernoulli.data.json')
594
- mle = bern_model.optimize(data=jdata)
+ mle = bern2_model.optimize(data=jdata)
595
self.assertEqual(
596
mle.optimized_params_np[0], mle.optimized_params_dict['lp__']
597
)
0 commit comments