Skip to content

Commit 1e36ce3

Browse files
bump v0.36.1
1 parent 3e80845 commit 1e36ce3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

nnetsauce/mts/mts.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -931,9 +931,6 @@ def predict(self, h=5, level=95, **kwargs):
931931
if "return_std" in kwargs:
932932

933933
self.preds_std_ = np.asarray(self.preds_std_)
934-
print("self.preds_std_", self.preds_std_)
935-
print("self.mean_", self.mean_)
936-
print("pi_multiplier", pi_multiplier)
937934

938935
self.lower_ = pd.DataFrame(
939936
self.mean_.values - pi_multiplier * self.preds_std_,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from codecs import open
44
from os import path
55

6-
__version__ = '0.36.0'
6+
__version__ = '0.36.1'
77

88
# get the dependencies and installs
99
here = path.abspath(path.dirname(__file__))

0 commit comments

Comments
 (0)