Skip to content

add support for filepaths in compare #229

@gdementen

Description

@gdementen

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions