csrc-sdsu / csrc-sdsu/mole

Add debugging API for the MOLE Grid 2.0 implementations

Open
#440 4 comments 0 reactions 1 assignee Claimed by @Jiya-Rathi View on GitHub
stale
Dominant language
MATLAB
Stars
41
Forks
85
Avg merge
2d 31m
Merged PRs (30d)
7

Description

**Is your feature request related to a problem? Please describe.**
Currently, all the MOLE Error handling system does not stop computation when errors are found, instead errors are stored and flagged for proper handling by the application programmer. There is a need to provide a debugging mode that will force the report of errors after a MOLE operation.

**Describe the solution you'd like**
A added feature, will provide user support for debugging. In debugging mode, errors will be sent to standard output and the program execution will be halted whenever there are errors after attempting a MOLE Grid operation.
We will overload current functional implementations by adding an extra boolean parameter-flag (debugging_mode) to all callable function in the C++ API.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.