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 d8cf8b8 commit 08dcfc9Copy full SHA for 08dcfc9
1 file changed
cmdstanpy/model.py
@@ -161,7 +161,7 @@ def __repr__(self) -> str:
161
repr = 'CmdStanModel: name={}'.format(self._name)
162
repr = '{}\n\t stan_file={}'.format(repr, self._stan_file)
163
repr = '{}\n\t exe_file={}'.format(repr, self._exe_file)
164
- repr = '{}\n\t compiler_optons={}'.format(repr, self._compiler_options)
+ repr = '{}\n\t compiler_options={}'.format(repr, self._compiler_options)
165
return repr
166
167
@property
0 commit comments