You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a TFPhaseSpaceGenerator as domain_generator in IntensityDistributionGenerator, calling generate() results in several tqdm progress bars if the generated sample is generated in bunches. This is because TFPhaseSpaceGenerator uses a hit-and-miss strategy as well. It's therefore actually better to use TFWeightedPhaseSpaceGenerator, but even so, it would be nicer if the progress bar for the domain can be deactivated.
redeboer
changed the title
Hide phase space generator progress bar when generating hit-and-miss sample
Hide domain generator progress bar when generating hit-and-miss sample
Jan 5, 2022
When using a
TFPhaseSpaceGenerator
asdomain_generator
inIntensityDistributionGenerator
, callinggenerate()
results in severaltqdm
progress bars if the generated sample is generated in bunches. This is becauseTFPhaseSpaceGenerator
uses a hit-and-miss strategy as well. It's therefore actually better to useTFWeightedPhaseSpaceGenerator
, but even so, it would be nicer if the progress bar for the domain can be deactivated.How to reproduce?
The text was updated successfully, but these errors were encountered: