Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
smp committed Sep 22, 2022
1 parent 6c5ffa6 commit a4f17cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eval.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1465,8 +1465,13 @@ void proc_make_suds( edf_t & edf , param_t & param )

void proc_eval_stages( edf_t & edf , param_t & param )
{
#ifdef HAS_LGBM
// one external file, vesus internal staging
pops_indiv_t indiv( edf , param , param.requires( "file" ) );
#else
Helper::halt( "no LGBM support compiled in" );
#endif

}


Expand Down

0 comments on commit a4f17cd

Please sign in to comment.