File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 33
33
pymc/distributions/bound.py
34
34
pymc/distributions/censored.py
35
35
pymc/distributions/discrete.py
36
+ pymc/distributions/logprob.py
36
37
pymc/distributions/shape_utils.py
37
38
pymc/distributions/simulator.py
38
39
pymc/distributions/transforms.py
@@ -164,7 +165,7 @@ def check_no_unexpected_results(mypy_lines: Iterator[str]):
164
165
elif unexpected_passing :
165
166
print (f"{ len (unexpected_passing )} files unexpectedly passed the type checks:" )
166
167
print ("\n " .join (sorted (map (str , unexpected_passing ))))
167
- print ("This is good news! Go to scripts/run-mypy .py and add them to the list." )
168
+ print ("This is good news! Go to scripts/run_mypy .py and add them to the list." )
168
169
if all_files .issubset (passing ):
169
170
print ("WOW! All files are passing the mypy type checks!" )
170
171
print ("scripts\\ run_mypy.py may no longer be needed." )
You can’t perform that action at this time.
0 commit comments