Switch order of compress and pad_to, make styling more concise#24
Open
samlkrystof wants to merge 2 commits intosrush:mainfrom
Open
Switch order of compress and pad_to, make styling more concise#24samlkrystof wants to merge 2 commits intosrush:mainfrom
samlkrystof wants to merge 2 commits intosrush:mainfrom
Conversation
added 2 commits
January 8, 2024 11:15
Description: - Changed order of pad_to and compress, because pad_to could be used in compress
Description: - Cells Speed Run Mode!, bucketize and repeat were badly styled, I added couple new cells to match style of the whole notebook (Text description, function, run_test())
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pad_to function can make easier implementation of the compress function, it took me a day to find out. I suggest to switch the order of pad_to with compress function.
I have also edited some of the cells in the end, because the styling wasn't the same as in the rest of the notebook,