Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
BUG: fix missing var bug from cb2f2c5
Browse files Browse the repository at this point in the history
  • Loading branch information
ceholden committed Nov 18, 2015
1 parent d390c5f commit 2038687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yatsm/cli/line.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def line(ctx, config, job_number, total_jobs,

_Y = np.delete(_Y, idx_mask, axis=0)[:, valid]
_X = X[valid, :]
_dates = dates[valid]
_dates = df['date'].values[valid]

# Run model
cls = cfg['YATSM']['algorithm_cls']
Expand Down

0 comments on commit 2038687

Please sign in to comment.