opeltre / topos

Statistics and Topology
MIT License
8 stars 0 forks source link

Sheaf.scalars #35

Open opeltre opened 1 year ago

opeltre commented 1 year ago

Fix access to Sheaf.scalars (ideally as a property removing cumbersome brackets).

Most importantly the sheaf instance, as well as all its graded components, should be created only once to enforce equality at all levels.

# should be True
N.scalars()[0] == N[0].scalars()