- modify `Base` class to instantiate `pyg.nn.models.JumpingKnowledge` - modify the layer/dimensionality logic to account for concatenated aggregation scheme within `JumpingKnowledge` - within `Base` class include a `reset_parameters()` to reset skip connection choices - modify test cases and log the performance of the model on CI test case. ### previous issues/PRS - PR #165 - Issue #164