-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In order to verify how SARAG exactly behaves when integrated in Maxima, we do not have much choices:
we need to test SARAG by replacing Maxima SARAG directory with the new to-be-tested files.
So, I would recommend to follow Maxima directory structure and when testing inside Maxima we do a simple directory replacement. SARAG should be testing in Maxima not as an external package but as part of Maxima.
We could also use a different directory structure on this repo but the end result is that we should be able to easily replace the sarag directory in Maxima with our new files because that is what we will ultimately do to integrate SARAG in Maxima.
So I see the following actions:
- directory structure should be as in Maxima (if not possible something easily convertible to Maxima structure)
- tests for the Maxima code should be done as mentioned above (i.e., by replacing the old sarag directory in Maxima with the new one and by loading sarag with load(sarag))
- sarag.mac should allow the previous point
- the tests should follow Maxima standards and should be clear the memory (initialization instructions should not be commented out)
Metadata
Metadata
Assignees
Labels
No labels