Conversation
- Add noqa: F401 to intentional re-exports in __init__.py files - Fix F821 undefined names: add missing imports (os, subprocess, shlex, tempfile, Namespace, utils, genomicranges), fix dst_fname->dst_path bug in region_shuffling.py, fix Scenario1/2 file->path_simfile bug in visualization.py, add lazy import for genomicranges in io.py - Fix E741 ambiguous variable names: rename l->line, l->last, l->idx - Fix E712: replace == True with truthiness check - Fix E722 bare except: add Exception to all bare excepts - Fix F841 unused variables: remove unused assignments in eval/, bedspace/, universe/ - Fix F403/F405 star imports: replace with explicit imports in bedspace/, region2vec/, scembed/ - Fix E402 module level imports: add noqa comments in visualization.py - Fix F821 in atacformer: replace unused imports in try block
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.
Uh oh!
There was an error while loading. Please reload this page.