We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401a5b5 commit 02d921eCopy full SHA for 02d921e
cmdstanpy/install_cmdstan.py
@@ -35,6 +35,8 @@
35
36
EXTENSION = '.exe' if platform.system() == 'Windows' else ''
37
38
+# test cache miss
39
+
40
41
class CmdStanRetrieveError(RuntimeError):
42
pass
0 commit comments