-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
I relatively often try to use compare with filenames (containing sessions) but it does not work.
I have to write:
compare(Session(path1), Session(path2), names=[path1.stem, path2.stem])
and I wonder if it would be worth it to implement support for str and Path objects. Honestly, this would probably not be worth it if we had #228, but this is so much easier to implement that it might be worth it as a stopgap solution.