mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 20:38:23 +01:00
fix: typo in function stub for compilation without -DUSE_AI_SURROGATE
This commit is contained in:
parent
062cdb5256
commit
bf5501867b
@ -103,7 +103,7 @@ inline std::vector<double> Python_Keras_predict(std::vector<std::vector<double>>
|
||||
inline void training_data_buffer_append(std::vector<std::vector<double>>&,
|
||||
std::vector<std::vector<double>>&){}
|
||||
inline void cluster_labels_append(std::vector<int>&, std::vector<int>&, std::vector<int>){}
|
||||
inline int Python_Keras_training_thread(EigenModel*, , EigenModel*, std::mutex*,
|
||||
inline int Python_Keras_training_thread(EigenModel*, EigenModel*, std::mutex*,
|
||||
TrainingData*, std::mutex*, std::condition_variable*,
|
||||
bool*, bool*, const RuntimeParameters&){return {};}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user