Skip to content

smzg/msinvar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msinvar

SageMath package for computing various moduli space invariants

Installation

  • cd into the directory
  • pip install . (or make install)

Running the doctests

  • cd into the directory
  • pip install . (or make install)
  • sage -t msinvar (or make test)