Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Transcript structure generator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
zavolan_group
tools
Transcript structure generator
Commits
261ddcca
Commit
261ddcca
authored
1 year ago
by
Mate Balajti
Browse files
Options
Downloads
Patches
Plain Diff
fix: remove stubs from requirements
parent
f0286852
No related branches found
No related tags found
2 merge requests
!48
refactor: setup.py, CI
,
!47
feat: add support for reassigned Transcript Support Level
Pipeline
#17260
passed
1 year ago
Stage: build
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
requirements_dev.txt
+1
-3
1 addition, 3 deletions
requirements_dev.txt
tests/test_main.py
+1
-1
1 addition, 1 deletion
tests/test_main.py
tsg/main.py
+2
-2
2 additions, 2 deletions
tsg/main.py
with
4 additions
and
6 deletions
requirements_dev.txt
+
1
−
3
View file @
261ddcca
matplotlib
matplotlib
pandas
pandas
pandas-stubs
pip
pip
tqdm
tqdm
types-tqdm
flake8-docstrings
mypy
mypy
flake8
flake8
flake8-docstrings
pytest
pytest
pylint
pylint
coverage
coverage
This diff is collapsed.
Click to expand it.
tests/test_main.py
+
1
−
1
View file @
261ddcca
"""
Tests for main module.
"""
"""
Tests for main module.
"""
import
pandas
as
pd
import
pandas
as
pd
# type: ignore
from
tsg.main
import
Gtf
,
TranscriptGenerator
,
dict_to_str
,
str_to_dict
from
tsg.main
import
Gtf
,
TranscriptGenerator
,
dict_to_str
,
str_to_dict
...
...
This diff is collapsed.
Click to expand it.
tsg/main.py
+
2
−
2
View file @
261ddcca
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
import
logging
import
logging
import
numpy
as
np
import
numpy
as
np
import
pandas
as
pd
import
pandas
as
pd
# type: ignore
from
tqdm
import
tqdm
from
tqdm
import
tqdm
# type: ignore
LOG
=
logging
.
getLogger
(
__name__
)
LOG
=
logging
.
getLogger
(
__name__
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment