Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tff2020
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
skmad-suite
tff2020
Commits
057c23b6
Commit
057c23b6
authored
Jun 04, 2020
by
valentin.emiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update url
parent
c1968240
Pipeline
#5145
passed with stage
in 2 minutes and 42 seconds
Changes
19
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
19 additions
and
20 deletions
+19
-20
python/README.rst
python/README.rst
+1
-2
python/VERSION
python/VERSION
+1
-1
python/setup.py
python/setup.py
+1
-1
python/tffpy/__init__.py
python/tffpy/__init__.py
+1
-1
python/tffpy/create_subregions.py
python/tffpy/create_subregions.py
+1
-1
python/tffpy/datasets.py
python/tffpy/datasets.py
+1
-1
python/tffpy/experiments/exp_solve_tff.py
python/tffpy/experiments/exp_solve_tff.py
+1
-1
python/tffpy/experiments/tests/test_exp_solve_tff.py
python/tffpy/experiments/tests/test_exp_solve_tff.py
+1
-1
python/tffpy/interpolation_solver.py
python/tffpy/interpolation_solver.py
+1
-1
python/tffpy/scripts/script_exp_solve_tff.py
python/tffpy/scripts/script_exp_solve_tff.py
+1
-1
python/tffpy/tests/ci_config.py
python/tffpy/tests/ci_config.py
+1
-1
python/tffpy/tests/test_create_subregions.py
python/tffpy/tests/test_create_subregions.py
+1
-1
python/tffpy/tests/test_datasets.py
python/tffpy/tests/test_datasets.py
+1
-1
python/tffpy/tests/test_interpolation_solver.py
python/tffpy/tests/test_interpolation_solver.py
+1
-1
python/tffpy/tests/test_tf_fading.py
python/tffpy/tests/test_tf_fading.py
+1
-1
python/tffpy/tests/test_utils.py
python/tffpy/tests/test_utils.py
+1
-1
python/tffpy/tf_fading.py
python/tffpy/tf_fading.py
+1
-1
python/tffpy/tf_tools.py
python/tffpy/tf_tools.py
+1
-1
python/tffpy/utils.py
python/tffpy/utils.py
+1
-1
No files found.
python/README.rst
View file @
057c23b6
...
...
@@ -13,8 +13,7 @@ Install the current release with ``pip``::
pip install tffpy
Download the data from `this link <https://gitlab.lis-lab
.fr/skmad-suite/tff2020/-/tree/master/data>`.
Download the data from `this link <https://gitlab.lis-lab.fr/skmad-suite/tff2020/-/archive/master/tff2020-master.zip?path=data>`_.
Then run function `tffpy.utils.generate_config` in order to create
a configuration file and modify it to specify the path to your data folder.
...
...
python/VERSION
View file @
057c23b6
tffpy:0.1.
2
tffpy:0.1.
3
python/setup.py
View file @
057c23b6
...
...
@@ -29,7 +29,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
2
# * tffpy version = 0.1.
3
#
# Licence
# -------
...
...
python/tffpy/__init__.py
View file @
057c23b6
...
...
@@ -8,4 +8,4 @@
# __all__ = ['GaborMultiplier', 'get_dgt_params', 'get_signal_params', 'dgt']
# TODO minimal documentation__version__ = "0.1"
__version__
=
"0.1.
1
"
__version__
=
"0.1.
3
"
python/tffpy/create_subregions.py
View file @
057c23b6
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
2
# * tffpy version = 0.1.
3
#
# Licence
# -------
...
...
python/tffpy/datasets.py
View file @
057c23b6
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
2
# * tffpy version = 0.1.
3
#
# Licence
# -------
...
...
python/tffpy/experiments/exp_solve_tff.py
View file @
057c23b6
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
2
# * tffpy version = 0.1.
3
#
# Licence
# -------
...
...
python/tffpy/experiments/tests/test_exp_solve_tff.py
View file @
057c23b6
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
2
# * tffpy version = 0.1.
3
#
# Licence
# -------
...
...
python/tffpy/interpolation_solver.py
View file @
057c23b6
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
2
# * tffpy version = 0.1.
3
#
# Licence
# -------
...
...
python/tffpy/scripts/script_exp_solve_tff.py
View file @
057c23b6
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
2
# * tffpy version = 0.1.
3
#
# Licence
# -------
...
...
python/tffpy/tests/ci_config.py
View file @
057c23b6
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
2
# * tffpy version = 0.1.
3
#
# Licence
# -------
...
...
python/tffpy/tests/test_create_subregions.py
View file @
057c23b6
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
2
# * tffpy version = 0.1.
3
#
# Licence
# -------
...
...
python/tffpy/tests/test_datasets.py
View file @
057c23b6
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
2
# * tffpy version = 0.1.
3
#
# Licence
# -------
...
...
python/tffpy/tests/test_interpolation_solver.py
View file @
057c23b6
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
2
# * tffpy version = 0.1.
3
#
# Licence
# -------
...
...
python/tffpy/tests/test_tf_fading.py
View file @
057c23b6
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
2
# * tffpy version = 0.1.
3
#
# Licence
# -------
...
...
python/tffpy/tests/test_utils.py
View file @
057c23b6
...
...
@@ -31,7 +31,7 @@ import tempfile
# Version
# -------
#
# * tffpy version = 0.1.
2
# * tffpy version = 0.1.
3
#
# Licence
# -------
...
...
python/tffpy/tf_fading.py
View file @
057c23b6
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
2
# * tffpy version = 0.1.
3
#
# Licence
# -------
...
...
python/tffpy/tf_tools.py
View file @
057c23b6
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
2
# * tffpy version = 0.1.
3
#
# Licence
# -------
...
...
python/tffpy/utils.py
View file @
057c23b6
...
...
@@ -28,7 +28,7 @@
# Version
# -------
#
# * tffpy version = 0.1.
2
# * tffpy version = 0.1.
3
#
# Licence
# -------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment