Skip to content

Commit

Permalink
add Bruno to authors
Browse files Browse the repository at this point in the history
  • Loading branch information
simleo committed Mar 31, 2023
1 parent 8b8c89b commit c6c1a94
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ authors:
- family-names: Huber
given-names: Sebastiaan
orcid: https://orcid.org/0000-0001-5845-8880
- family-names: Kinoshita
given-names: Bruno
orcid: https://orcid.org/0000-0001-8250-4074
- family-names: Leo
given-names: Simone
orcid: https://orcid.org/0000-0001-8271-5429
Expand Down
1 change: 1 addition & 0 deletions rocrate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
'Ignacio Eguinoa',
'Alban Gaignard',
'Sebastiaan Huber',
'Bruno Kinoshita',
'Simone Leo',
'Luca Pireddu',
'Laura Rodríguez-Navas',
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
'Ignacio Eguinoa',
'Alban Gaignard',
'Sebastiaan Huber',
'Bruno Kinoshita',
'Simone Leo',
'Luca Pireddu',
'Laura Rodríguez-Navas',
Expand Down
2 changes: 2 additions & 0 deletions test/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

import datetime
import json
import os
import tempfile
import timeit
import uuid
Expand Down Expand Up @@ -95,6 +96,7 @@ def test_data_entities(test_data_dir):
assert set(_.id for _ in (file_, dataset, data_entity)) <= part_ids


@pytest.mark.skipif(os.name != "posix", reason="CI sometimes fails on macOS")
def test_data_entities_perf():
"""\
Test that adding a data entity happens in constant time.
Expand Down

0 comments on commit c6c1a94

Please sign in to comment.