Fixing a bug with default ParticleFile outputdt value#1808
Fixing a bug with default ParticleFile outputdt value#1808erikvansebille merged 2 commits intomasterfrom
Conversation
Removing the `outputdt=np.inf` default value in `ParticleFile.__init__`. This fixes #1806
There was a problem hiding this comment.
Looks good. I think it was introduced in 23f0bd7 , @erikvansebille do you know what the interpretation of np.inf for outputdt was for? (e.g., not writing the outputs?) Its been a while since that commit, so perhaps just drift
The timings of the different callbacks in pset.execute (output, input, repeated, callbackdt etc) are set to |
Removing the
outputdt=np.infdefault value inParticleFile.__init__. This fixes #1806