sagemath/sage

some pathlib in combinat and groups

fchapoton opened this issue · 10 comments

and other details

CC: @tscrim

Component: combinatorics

Author: Frédéric Chapoton

Branch: 8a4ae36

Reviewer: David Coudert

Issue created by migration from https://trac.sagemath.org/ticket/33809

Commit: 8a4ae36

New commits:

8a4ae36some use of pathlib.Path in combinat and groups
comment:2

LGTM.

I didn't know the Path class and so the notation file = path / 'cluster_algebra_quiver' / f'mutation_classes_{n}.dig6'.

Reviewer: David Coudert

comment:3

merci

oui, c'est pratique. Si je comprends bien, sympy utilise ca partout maintenant.

Changed branch from u/chapoton/33809 to 8a4ae36

Changed commit from 8a4ae36 to none

comment:5

I think this ticket caused the reported failures AttributeError: 'PosixPath' object has no attribute '_libgap_init_' when gap_packages is installed. https://groups.google.com/g/sage-release/c/JZ5WOz2BNvA/m/GgIt-_3vAwAJ

comment:6

opened #34111 for a fix