Skip to content

Commit 683507b

Browse files
committed
Rename sample.py to sampling.py
To avoid any confusing with function pymc.sample, which is the imported from model pymc.sample in __init__.py
1 parent 6dda7e1 commit 683507b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pymc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .math import *
66

77
from .trace import *
8-
from .sample import *
8+
from .sampling import *
99
from .stats import summary
1010
from .step_methods import *
1111
from .tuning import *
File renamed without changes.

0 commit comments

Comments
 (0)