Skip to content

Commit

Permalink
rm nonimplemented construct member in proj
Browse files Browse the repository at this point in the history
  • Loading branch information
gidden committed Sep 19, 2017
1 parent d61b924 commit 26b398f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions salamanca/models/project.py
Expand Up @@ -345,9 +345,6 @@ def _check_model_data(self):
if not np.isclose(obs, exp):
raise ValueError('Population values do not sum to national')

def construct(self):
raise NotImplementedError()

def debug(self, pth=''):
skeys = ['idxs', 'n_frac', 'i', 't',
't_min', 't_max', 'i_min', 'i_max']
Expand Down

0 comments on commit 26b398f

Please sign in to comment.