Re: [Meep-discuss] PyMeep - possible progress_interval bug?

2018-01-15 Thread Ian Sage
Thanks, Chris. Ian On 15/01/18 15:00, Chris Hogan wrote: > Hi Ian, > > Thanks for catching this. I've fixed it in PR#170.  > > ___ meep-discuss mailing list meep-discuss@ab-initio.mit.edu http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

Re: [Meep-discuss] PyMeep - possible progress_interval bug?

2018-01-15 Thread Chris Hogan
Hi Ian, Thanks for catching this. I've fixed it in PR#170. As a temporary workaround, you can adjust the progress_interval after constructing the Simulation object but before calling any run functions like this: sim=mp.Simulation(cell_size=cell, sources=[source1, source2],