Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Supervised MultiModal Integration Tool
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
Container registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Baptiste Bauvin
Supervised MultiModal Integration Tool
Commits
d5dbdb4b
Commit
d5dbdb4b
authored
1 month ago
by
Dominique Benielli
Browse files
Options
Downloads
Patches
Plain Diff
WIP
parent
a4a1fb1c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
copyright.py
+2
-2
2 additions, 2 deletions
copyright.py
copyrightstamp.txt
+2
-2
2 additions, 2 deletions
copyrightstamp.txt
pyproject.toml
+2
-2
2 additions, 2 deletions
pyproject.toml
with
6 additions
and
6 deletions
copyright.py
+
2
−
2
View file @
d5dbdb4b
...
@@ -46,7 +46,7 @@ def fileStamping(filename, stamp):
...
@@ -46,7 +46,7 @@ def fileStamping(filename, stamp):
print
(
line
,
end
=
""
)
print
(
line
,
end
=
""
)
def
getStamp
(
date
,
multimodal
_version
):
def
getStamp
(
date
,
summit
_version
):
"""
Return the corrected formated stamp
"""
"""
Return the corrected formated stamp
"""
stamp
=
open
(
"
copyrightstamp.txt
"
).
read
()
stamp
=
open
(
"
copyrightstamp.txt
"
).
read
()
stamp
=
stamp
.
replace
(
"
DATE
"
,
date
)
stamp
=
stamp
.
replace
(
"
DATE
"
,
date
)
...
@@ -58,7 +58,7 @@ def getStamp(date, multimodal_version):
...
@@ -58,7 +58,7 @@ def getStamp(date, multimodal_version):
def
getVersionsAndDate
():
def
getVersionsAndDate
():
"""
Return (date,
multimodal
_version..
"""
Return (date,
summit
_version..
)
"""
)
"""
v_text
=
open
(
'
VERSION
'
).
read
().
strip
()
v_text
=
open
(
'
VERSION
'
).
read
().
strip
()
v_text_formted
=
'
{
"'
+
v_text
.
replace
(
'
\n
'
,
'"
,
"'
).
replace
(
'
:
'
,
'"
:
"'
)
v_text_formted
=
'
{
"'
+
v_text
.
replace
(
'
\n
'
,
'"
,
"'
).
replace
(
'
:
'
,
'"
:
"'
)
...
...
This diff is collapsed.
Click to expand it.
copyrightstamp.txt
+
2
−
2
View file @
d5dbdb4b
...
@@ -7,7 +7,7 @@ Copyright(c) DATE
...
@@ -7,7 +7,7 @@ Copyright(c) DATE
* Université d'Aix Marseille (AMU) -
* Université d'Aix Marseille (AMU) -
* Centre National de la Recherche Scientifique (CNRS) -
* Centre National de la Recherche Scientifique (CNRS) -
* Université de Toulon (UTLN).
* Université de Toulon (UTLN).
* Copyright © 2019-202
0
AMU, CNRS, UTLN
* Copyright © 2019-202
5
AMU, CNRS, UTLN
Contributors:
Contributors:
------------
------------
...
@@ -25,7 +25,7 @@ Description:
...
@@ -25,7 +25,7 @@ Description:
Version:
Version:
-------
-------
* multiview_generator version =
MULTIMODAL
_VERSION
* multiview_generator version =
SUMMIT
_VERSION
Licence:
Licence:
-------
-------
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
2
−
2
View file @
d5dbdb4b
...
@@ -36,9 +36,9 @@ test = ['pytest', 'pytest-cov']
...
@@ -36,9 +36,9 @@ test = ['pytest', 'pytest-cov']
doc
=
['sphinx=
=
5.0
', '
numpydoc
', '
sphinx_gallery
', "sphinx_rtd_theme"]
doc
=
['sphinx=
=
5.0
', '
numpydoc
', '
sphinx_gallery
', "sphinx_rtd_theme"]
[project.urls]
[project.urls]
Homepage
=
'https://github.com/multi-learn/summit'
"Sources
=
'https://github.com/multi-learn/summit'
Documentation
=
'https://multi-learn.github.io/summit/'
Documentation
=
'https://multi-learn.github.io/summit/'
Issues
=
'"https://github.com/multi-learn/summit/issues'
"Bug Tracker"
=
'"https://github.com/multi-learn/summit/issues'
[tool.setuptools.dynamic]
[tool.setuptools.dynamic]
dependencies
=
{
file
=
[
"requirements.txt"
]}
dependencies
=
{
file
=
[
"requirements.txt"
]}
...
...
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