Skip to content

Commit

Permalink
remove modified quickstart notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Oct 31, 2023
1 parent fbd9000 commit a48dc14
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,4 @@ jobs:
.asv/results
asv-cont-output.log
asv-compare-output.log
asv-compare-changed-output.log
asv-compare-changed-output.log
3 changes: 1 addition & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,4 @@ jobs:
[**Click here**](${{ env.URL }}) to see the build log.
env:
URL: https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}/actions/runs/${{ github.run_id }}?check_suite_focus=true
if: failure() && github.event_name == 'pull_request_target'

if: failure() && github.event_name == 'pull_request_target'
3 changes: 1 addition & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,4 @@ and then run the following in the terminal:
$ git remote add upstream [email protected]:tardis-sn/stardis.git
$ git fetch upstream
$ git checkout upstream/main
$ pip install -e .[test,docs]
$ pip install -e .[test,docs]
11 changes: 8 additions & 3 deletions docs/quickstart/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "stardis",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "stardis"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -259,7 +259,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.16"
"version": "3.8.17"
},
"toc": {
"base_numbering": 1,
Expand All @@ -274,6 +274,11 @@
"toc_section_display": true,
"toc_window_display": false
},
"vscode": {
"interpreter": {
"hash": "fa8628d2318bd99a3d47e52206e03625a3fa16b2b0ce3640eae09b1452043fd1"
}
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {
Expand Down
3 changes: 1 addition & 2 deletions stardis_env3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,4 @@ dependencies:

platforms:
- linux-64
- osx-64

- osx-64
2 changes: 1 addition & 1 deletion stardis_env3_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ dependencies:
# Other
- git-lfs
platforms:
- linux-64
- linux-64

0 comments on commit a48dc14

Please sign in to comment.