Closed lewisjared closed 3 weeks ago
In GitLab by @yinilaii on Nov 29, 2023, 14:18
requested review from @yinilaii and @lewisjared
In GitLab by @yinilaii on Nov 29, 2023, 14:25
added 1 commit
def print_dataset_structure(data: ScmRun) -> None:
The types aren't needed here as we use type-hints above
for column in data.meta_attributes:
pytest should be a development dependency not a project dependency. The difference is that that project dependencies will be installed by end-users of this package -they don't need to run the tests so don't need the dependency
Can we add a line under the headers to visually distinguish them?
"model region scenario unit variable \n"
"----- ------ -------- ---- -------- \n"
Nice. A few minor tweaks and this will be ready
data
remove line and then run poetry lock --no-update
In GitLab by @yinilaii on Dec 4, 2023, 11:10
Commented on src/bookshelf/dataset_structure.py line 41
changed this line in version 3 of the diff
In GitLab by @yinilaii on Dec 4, 2023, 11:10
Commented on src/bookshelf/dataset_structure.py line 29
changed this line in version 3 of the diff
In GitLab by @yinilaii on Dec 4, 2023, 11:10
Commented on src/bookshelf/dataset_structure.py line 34
changed this line in version 3 of the diff
In GitLab by @yinilaii on Dec 4, 2023, 11:10
Commented on pyproject.toml line 39
changed this line in version 3 of the diff
In GitLab by @yinilaii on Dec 4, 2023, 11:10
Commented on src/bookshelf/dataset_structure.py line 24
changed this line in version 3 of the diff
In GitLab by @yinilaii on Dec 4, 2023, 11:10
added 1 commit
In GitLab by @yinilaii on Dec 4, 2023, 11:12
resolved all threads
marked the checklist item Changelog entry added to /changelog
as completed
def get_dataset_dictionary(data: ScmRun) -> dict[str, str|float|int]:
One last change and then I'll merge
approved this merge request
In GitLab by @yinilaii on Dec 4, 2023, 12:59
Commented on src/bookshelf/dataset_structure.py line 14
changed this line in version 4 of the diff
In GitLab by @yinilaii on Dec 4, 2023, 12:59
added 1 commit
In GitLab by @yinilaii on Dec 4, 2023, 12:59
resolved all threads
Can you remove these?
from __future__ import annotations
approved this merge request
In GitLab by @yinilaii on Dec 4, 2023, 13:55
Commented on src/bookshelf/dataset_structure.py line 39
changed this line in version 5 of the diff
In GitLab by @yinilaii on Dec 4, 2023, 13:55
Commented on src/bookshelf/dataset_structure.py line 9
changed this line in version 5 of the diff
In GitLab by @yinilaii on Dec 4, 2023, 13:55
added 1 commit
approved this merge request
mentioned in commit 2173b0063267e13789efcdd93d725231ce773f55
unassigned @yinilaii
In GitLab by @yinilaii on Nov 29, 2023, 14:18
_Merges datastructure -> main
Pull request
Please confirm that this pull request has done the following:
/changelog