mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-18 07:47:06 +01:00
fixed test_distil
This commit is contained in:
@ -77,7 +77,7 @@ TLoadDistilNoise<FImpl>::TLoadDistilNoise(const std::string name) : Module<LoadD
|
||||
template <typename FImpl>
|
||||
std::vector<std::string> TLoadDistilNoise<FImpl>::getInput(void)
|
||||
{
|
||||
return {par().NoiseFileName, par().DistilParams};
|
||||
return {par().DistilParams};
|
||||
}
|
||||
|
||||
template <typename FImpl>
|
||||
|
Reference in New Issue
Block a user