Thanks in advance for any help! When I attempt to verify this task, it says the compressRow method accurately returns true and false. However, it says that the compressRow(int[]) method is not implemented in accordance with the task conditions. Unfortunately, the only error it gives me is that the task conditions are not met. Because I am not able to use IntelliJ, I am manually testing my code in a REPL using the examples they give and they all seem to be making the correct modifications. I would appreciate any insight into in what way the task conditions are not being met.