Skip to content

Commit 088c835

Browse files
Merge pull request #3 from FormingWorlds/Zenodo_data
Zenodo tag in fork
2 parents e997f00 + 271ed04 commit 088c835

6 files changed

Lines changed: 81 additions & 1 deletion

File tree

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Tutorial:
2+
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
3+
4+
# The PROTEUS Maintainer team will automatically be assigned to review each PR to main.
5+
* @FormingWorlds/proteus-maintainer
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug report
3+
about: For when something is going wrong
4+
title: ''
5+
labels: 'Bug'
6+
assignees: ''
7+
8+
---
9+
10+
## Problem description
11+
A description of what is happening, and steps outlining what causes it to happen.
12+
13+
## Expected behavior
14+
A description of what you would have expected to happen.
15+
16+
## Evidence
17+
Add screenshots and logs to help explain your problem.
18+
19+
## My computer
20+
Describe the computer used to run the code when the bug was found; e.g Fedora Linux with Python 3.12
21+
22+
## Additional notes
23+
Add any other context about the problem here; e.g. suggest potential solutions
24+
25+
## Relevant people
26+
Tag relevant people here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: For when something needs to be changed, added, or removed
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Feature description
11+
A short description of what you would like to be done; e.g. a new feature to be added.
12+
13+
## Preferred solution
14+
Your suggested or preferred solution for implementing this feature or change.
15+
16+
## Additional information
17+
Any other additional context; e.g. more details, related papers, other solutions.
18+
19+
## Relevant people
20+
Tag people who should know about this request.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Description
2+
A short summary of the changes made in this pull-request.
3+
4+
Tag the [related issue](https://github.com/FormingWorlds/PROTEUS/issues); e.g. closes #xxx
5+
6+
Include screenshots or log files if appropriate.
7+
8+
## Validation of changes
9+
Describe what you did to verify that these changes address the tagged issue.
10+
11+
Outline your test configuration; e.g. MacOS with Python 3.13.
12+
13+
14+
## Checklist
15+
16+
- [ ] I have followed the [contributing guidelines](https://fwl-proteus.readthedocs.io/en/latest/CONTRIBUTING.html#how-do-i-contribute)
17+
- [ ] My code follows the style guidelines of this project
18+
- [ ] I have performed a self-review of my code
19+
- [ ] My changes generate no new warnings or errors
20+
- [ ] I have checked that the tests still pass on my computer
21+
- [ ] I have updated the docs, as appropriate
22+
- [ ] I have added tests for these changes, as appropriate
23+
- [ ] I have checked that all dependencies have been updated, as required
24+
25+
## Relevant people
26+
Tag people who should know about this PR here

aragog/data.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@
1717
project_id = "phsxf"
1818

1919
basic_list = (
20-
"1TPa-dK09-elec-free/MgSiO3_Wolf_Bower_2018",
20+
"1TPa-dK09-elec-free/MgSiO3_Wolf_Bower_2018_1TPa",
2121
"Melting_curves/Wolf_Bower+2018",
2222
)
2323

2424
full_list = (
2525
"1TPa-dK09-elec-free/MgSiO3_Wolf_Bower_2018",
2626
"1TPa-dK09-elec-free/MgSiO3_Wolf_Bower_2018_400GPa",
27+
"1TPa-dK09-elec-free/MgSiO3_Wolf_Bower_2018_1TPa",
2728
"Melting_curves/Monteux+600",
2829
"Melting_curves/Monteux-600",
2930
"Melting_curves/Wolf_Bower+2018",
@@ -43,6 +44,7 @@ def get_zenodo_record(folder: str) -> str | None:
4344
zenodo_map = {
4445
'1TPa-dK09-elec-free/MgSiO3_Wolf_Bower_2018': '15877374',
4546
'1TPa-dK09-elec-free/MgSiO3_Wolf_Bower_2018_400GPa': '15877424',
47+
'1TPa-dK09-elec-free/MgSiO3_Wolf_Bower_2018_1TPa': '17417017',
4648
'Melting_curves/Monteux+600': '15728091',
4749
'Melting_curves/Monteux-600': '15728138',
4850
'Melting_curves/Wolf_Bower+2018': '15728072',

0 commit comments

Comments
 (0)