You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been made aware of eliminatefacts, an epilog.js subroutine that removes all facts that contain a given symbol.
To reduce redundant code, we should switch to using this subroutine when deleting objects.
When we want more subtle deletion behavior in the future, we will likely still need to write our own deletion subroutine.
The text was updated successfully, but these errors were encountered:
I've tried to replace my function with eliminatefacts, but it couldn't get it working. When I call eliminatefacts("claim0", dataset), it'll just clear the whole dataset. I've pushed that code into a new branch instead of main since it isn't working.
I've been made aware of eliminatefacts, an epilog.js subroutine that removes all facts that contain a given symbol.
To reduce redundant code, we should switch to using this subroutine when deleting objects.
When we want more subtle deletion behavior in the future, we will likely still need to write our own deletion subroutine.
The text was updated successfully, but these errors were encountered: