Skip to content

Commit 68ba8d0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d0bbb82 commit 68ba8d0

81 files changed

Lines changed: 102 additions & 99 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

buildbot/update_authors.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ def git_tree_is_clean():
1919
print(err)
2020
return False
2121

22+
2223
# get the PRE_COMMIT_HOME variable (it should be /pc in pre-commit.ci)
2324
PRE_COMMIT_HOME = os.getenv("PRE_COMMIT_HOME")
24-
#print("PRE_COMMIT_HOME: ", PRE_COMMIT_HOME)
25+
# print("PRE_COMMIT_HOME: ", PRE_COMMIT_HOME)
2526
PRE_COMMIT = os.getenv("PRE_COMMIT")
26-
#print("PRE_COMMIT: ", PRE_COMMIT)
27+
# print("PRE_COMMIT: ", PRE_COMMIT)
2728
git_tree_clean = git_tree_is_clean()
28-
#print("git tree clean:", git_tree_clean)
29+
# print("git tree clean:", git_tree_clean)
2930

3031
is_precommit_ci = PRE_COMMIT_HOME == "/pc"
3132

src/shamalgs/include/shamalgs/details/numeric/numeric.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* @file numeric.hpp
1414
* @author Timothée David--Cléris (tim.shamrock@proton.me)
15-
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr)
15+
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr) --no git blame--
1616
* @brief
1717
*
1818
*/

src/shamalgs/include/shamalgs/primitives/linspace.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* @file linspace.hpp
1414
* @author Timothée David--Cléris (tim.shamrock@proton.me)
15-
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr)
15+
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr) --no git blame--
1616
* @brief Creating an array of N values between two values
1717
*
1818
*/

src/shamalgs/src/details/numeric/numeric.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* @file numeric.cpp
1212
* @author Timothée David--Cléris (tim.shamrock@proton.me)
13-
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr)
13+
* @author Yona Lapeyre (yona.lapeyre@ens-lyon.fr) --no git blame--
1414
* @brief
1515
*
1616
*/

src/shambackends/include/shambackends/gpu_core_timeline.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* @file gpu_core_timeline.hpp
14-
* @author Antoine Richermoz (antoine.richermoz@inria.fr)
14+
* @author Antoine Richermoz (antoine.richermoz@inria.fr) --no git blame--
1515
* @author Timothée David--Cléris (tim.shamrock@proton.me)
1616
*
1717
* @brief This file implement the GPU core timeline tool from A. Richermoz, F. Neyret 2024

src/shambackends/include/shambackends/intrisics/get_sm_id.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* @file get_sm_id.hpp
14-
* @author Antoine Richermoz (antoine.richermoz@inria.fr)
14+
* @author Antoine Richermoz (antoine.richermoz@inria.fr) --no git blame--
1515
* @author Timothée David--Cléris (tim.shamrock@proton.me)
1616
* @brief This file implement the GPU core timeline tool from A. Richermoz, F. Neyret 2024
1717
*/

src/shammath/include/shammath/matrix.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
/**
1313
* @file matrix.hpp
14-
* @author Léodasce Sewanou (leodasce.sewanou@ens-lyon.fr)
14+
* @author Léodasce Sewanou (leodasce.sewanou@ens-lyon.fr) --no git blame--
1515
* @author Timothée David--Cléris (tim.shamrock@proton.me)
16-
* @author Yann Bernard (yann.bernard@univ-grenoble-alpes.fr)
16+
* @author Yann Bernard (yann.bernard@univ-grenoble-alpes.fr) --no git blame--
1717
* @brief
1818
*
1919
*/

src/shammath/include/shammath/matrix_exponential.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* @file matrix_exponential.hpp
14-
* @author Léodasce Sewanou (leodasce.sewanou@ens-lyon.fr)
14+
* @author Léodasce Sewanou (leodasce.sewanou@ens-lyon.fr) --no git blame--
1515
* @author Timothée David--Cléris (tim.shamrock@proton.me)
1616
* @brief
1717
*/

src/shammath/include/shammath/matrix_op.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
/**
1313
* @file matrix_op.hpp
14-
* @author Léodasce Sewanou (leodasce.sewanou@ens-lyon.fr)
14+
* @author Léodasce Sewanou (leodasce.sewanou@ens-lyon.fr) --no git blame--
1515
* @author Timothée David--Cléris (tim.shamrock@proton.me)
16-
* @author Yann Bernard (yann.bernard@univ-grenoble-alpes.fr)
16+
* @author Yann Bernard (yann.bernard@univ-grenoble-alpes.fr) --no git blame--
1717
* @brief
1818
*
1919
*/

src/shammath/include/shammath/riemann.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* @file riemann.hpp
14-
* @author Léodasce Sewanou (leodasce.sewanou@ens-lyon.fr)
14+
* @author Léodasce Sewanou (leodasce.sewanou@ens-lyon.fr) --no git blame--
1515
* @author Thomas Guillet (T.A.Guillet@exeter.ac.uk) --no git blame--
1616
* @author Timothée David--Cléris (tim.shamrock@proton.me)
1717
* @brief

0 commit comments

Comments
 (0)