Code stopped compiling out of nowhere for no apparent reason
Sage has all of a sudden stopped compiling my code. It happened seemingly out of nowhere and im getting very worried because i spent ALOT of time writing an algorithm. Basically nothing happens when i run the code the long grey line comes up with a green bar flashing and the normal output rectangle but it jsut stays in that state permanently. Nothing seems to fix the problem, i've tried going back in the history, copying and pasting to a new folder and worksheet changing the code, trying to get literally anything to compile but to no avail. Im literally dumbfounded at the moment.
EDIT: The green loading bar actually seems to be appearing at the top of the code when i try to compile. Also, I dont know if length is ever an issue with Sage Math worksheets but my code is 235 lines if that helps at all.
EDIT 2: I am using SageMathCloud via. the link on sagemath.org, my web browser is google chrome, the code is written in a SageMath Worksheet, just in case my OS is Windows 10, here is a link to the code itself Problematic Code.
What is your question ? What do you expect from us ? Where can we read the problematic code ?
Sigh. I think its very, very obvious what the question is as well as what i want. As stated, if you read, it doesn't seem to be a problem with the code because nothing will compile. Not even a print statement where i am positive there are no errors, furthermore, an error message wont even appear in the compile window. Please, stop with the non sense comments.
Well, since it seems that you have problems with the interface, would you mind telling us which interface did you use ? Which platform, which OS, which architecture, which version, etc ?
Is there a possibility that some mistake could appear in those 235 lines ? Could you split them into smaller parts and test them separately ?
By the way, unless you wrote some Cython code, your Sage/Python code is not compiled, but interpreted.