Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
comsar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Blaß, Michael
comsar
Commits
6cc656e8
Commit
6cc656e8
authored
5 years ago
by
Blaß, Michael
Browse files
Options
Downloads
Patches
Plain Diff
Fixed a bug that prevented unpickling TrackResults.
parent
1eefe44b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/comsar/_tracks/utilities.py
+6
-6
6 additions, 6 deletions
src/comsar/_tracks/utilities.py
with
6 additions
and
6 deletions
src/comsar/_tracks/utilities.py
+
6
−
6
View file @
6cc656e8
...
...
@@ -12,7 +12,7 @@ import pandas as pd
from
apollon
import
io
from
apollon
import
container
from
apollon
import
signal
from
apollon
.signal
import
container
as
asc
from
apollon.tools
import
standardize
from
apollon
import
types
...
...
@@ -37,16 +37,16 @@ class TrackParams(container.Params):
@dataclass
class
TimbreTrackParams
(
TrackParams
):
"""
Parameter set for TimbreTrack
"""
stft
:
signal
.
container
.
StftParams
corr_dim
:
signal
.
container
.
CorrDimParams
corr_gram
:
signal
.
container
.
CorrGramParams
stft
:
asc
.
StftParams
corr_dim
:
asc
.
CorrDimParams
corr_gram
:
asc
.
CorrGramParams
@dataclass
class
TimbreTrackAltParams
(
TrackParams
):
"""
Parameter set for TimbreTrack
"""
stft
:
signal
.
container
.
StftParams
corr_dim
:
signal
.
container
.
CorrDimParams
stft
:
asc
.
StftParams
corr_dim
:
asc
.
CorrDimParams
class
TrackResult
:
...
...
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