mgacummings / GeometricDecomposability

A Macaulay2 package which checks whether ideals are geometrically vertex decomposable.
https://arxiv.org/abs/2211.02471
1 stars 0 forks source link

To do: Error Catching #5

Closed mgacummings closed 2 years ago

mgacummings commented 2 years ago

Some methods may need some sort of error catching capabilities. What incorrect inputs might a user have? How do we handle them?

mgacummings commented 2 years ago

Macaulay2 has a couple functions relating to error catching.

There's also throw and catch but I'm not sure if they're what we are looking for.

I have not been able to find any suggestions/recommendations/guidelines in the documentation for error catching in a new package.

mgacummings commented 2 years ago

From looking at other packages, most of the error handling is left up to Macaulay2, with few methods added in with packages themselves.