Skip to content

Commit bd69788

Browse files
committed
Merge pull request #481 from kyleam/rename-sample-module
Rename sample.py to sampling.py
2 parents 693def7 + 7b009c1 commit bd69788

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 .step_methods import *
1010
from .tuning import *
1111

File renamed without changes.

0 commit comments

Comments
 (0)