Skip to content

Commit

Permalink
merge branch master into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
j-faria committed Jun 11, 2020
1 parent e45e844 commit c27b190
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pykima/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,17 +283,12 @@ def __init__(self, options, data_file=None, save_plots=False,
print('GP model:', self.GPmodel)

if self.GPmodel:
<<<<<<< HEAD
if self.GPkernel == 0:
n_hyperparameters = 4
elif self.GPkernel == 1:
n_hyperparameters = 3

start_hyperpars = start_parameters + n_trend + n_offsets + n_inst_offsets + 1
=======
n_hyperparameters = 4
start_hyperpars = start_parameters + n_trend + n_offsets + n_inst_offsets + n_act_ind + 1
>>>>>>> master
self.etas = self.posterior_sample[:, start_hyperpars:
start_hyperpars +
n_hyperparameters]
Expand Down

0 comments on commit c27b190

Please sign in to comment.