Skip to content

Commit 7fa1561

Browse files
authored
remove forecasting from blazer (#1027)
1 parent 7bd22f7 commit 7fa1561

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ gem 'cookiejar', git: 'https://github.com/MissionCapital/cookiejar.git'
187187
gem 'faye', '0.8.9'
188188

189189
gem 'blazer'
190-
gem 'prophet-rb'
191190

192191
group :development, :test do
193192
# Run specs in parallel

Gemfile.lock

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ GEM
177177
choice (0.2.0)
178178
chronic (0.10.2)
179179
chunky_png (1.4.0)
180-
cmdstan (0.1.7)
181180
codecov (0.6.0)
182181
simplecov (>= 0.15, < 0.22)
183182
coderay (1.1.1)
@@ -437,7 +436,6 @@ GEM
437436
notiffany (0.1.0)
438437
nenv (~> 0.1)
439438
shellany (~> 0.0)
440-
numo-narray (0.9.2.0)
441439
oauth (0.5.6)
442440
oauth2 (1.4.4)
443441
faraday (>= 0.8, < 2.0)
@@ -510,10 +508,6 @@ GEM
510508
premailer-rails (1.9.4)
511509
actionmailer (>= 3, < 6)
512510
premailer (~> 1.7, >= 1.7.9)
513-
prophet-rb (0.2.5)
514-
cmdstan (>= 0.1.2)
515-
numo-narray (>= 0.9.1.7)
516-
rover-df
517511
pry (0.10.4)
518512
coderay (~> 1.1.0)
519513
method_source (~> 0.8.1)
@@ -626,8 +620,6 @@ GEM
626620
roar (~> 1.1.0)
627621
test_xml (>= 0.1.6)
628622
uber (< 0.2.0)
629-
rover-df (0.2.4)
630-
numo-narray (>= 0.9.1.9)
631623
rspec (3.10.0)
632624
rspec-core (~> 3.10.0)
633625
rspec-expectations (~> 3.10.0)
@@ -842,7 +834,6 @@ DEPENDENCIES
842834
pattern-library!
843835
pg
844836
premailer-rails
845-
prophet-rb
846837
puma
847838
puma_worker_killer
848839
rack-cors

config/blazer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ check_schedules:
165165
# enable anomaly detection
166166
# note: with trend, time series are sent to https://trendapi.org
167167
# anomaly_checks: prophet / trend / r
168-
anomaly_checks: prophet
168+
# anomaly_checks: prophet
169169

170170
# enable forecasting
171171
# note: with trend, time series are sent to https://trendapi.org
172172
# forecasting: prophet / trend
173-
forecasting: prophet
173+
# forecasting: prophet
174174

0 commit comments

Comments
 (0)