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
# Test PosixPath generator for making movie
file_generator = basepath.glob('test_contour[!_]*.png')
> result = act.utils.generate_movie(file_generator, write_filename=write_filename)
produce an error in the 3.13 testing:
E TypeError: listdir: path should be string, bytes, os.PathLike, integer or None, not map
We will need to investigate on what changed
The text was updated successfully, but these errors were encountered:
These lines of code here:
produce an error in the 3.13 testing:
We will need to investigate on what changed
The text was updated successfully, but these errors were encountered: