diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 6ac4ddd7..89520109 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -193,5 +193,4 @@ jobs: .asv/results asv-cont-output.log asv-compare-output.log - asv-compare-changed-output.log - \ No newline at end of file + asv-compare-changed-output.log \ No newline at end of file diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index ea53a3f8..5b4b480c 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -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' - \ No newline at end of file + if: failure() && github.event_name == 'pull_request_target' \ No newline at end of file diff --git a/docs/installation.rst b/docs/installation.rst index c4e5b2cf..25299325 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -73,5 +73,4 @@ and then run the following in the terminal: $ git remote add upstream git@github.com:tardis-sn/stardis.git $ git fetch upstream $ git checkout upstream/main - $ pip install -e .[test,docs] - \ No newline at end of file + $ pip install -e .[test,docs] \ No newline at end of file diff --git a/docs/quickstart/quickstart.ipynb b/docs/quickstart/quickstart.ipynb index 61b0b10b..c4665dcd 100644 --- a/docs/quickstart/quickstart.ipynb +++ b/docs/quickstart/quickstart.ipynb @@ -245,9 +245,9 @@ ], "metadata": { "kernelspec": { - "display_name": "stardis", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": "stardis" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -259,7 +259,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.16" + "version": "3.8.17" }, "toc": { "base_numbering": 1, @@ -274,6 +274,11 @@ "toc_section_display": true, "toc_window_display": false }, + "vscode": { + "interpreter": { + "hash": "fa8628d2318bd99a3d47e52206e03625a3fa16b2b0ce3640eae09b1452043fd1" + } + }, "widgets": { "application/vnd.jupyter.widget-state+json": { "state": { diff --git a/stardis_env3.yml b/stardis_env3.yml index 90b87b26..22f6c7cc 100644 --- a/stardis_env3.yml +++ b/stardis_env3.yml @@ -81,5 +81,4 @@ dependencies: platforms: - linux-64 - - osx-64 - \ No newline at end of file + - osx-64 \ No newline at end of file diff --git a/stardis_env3_cuda.yml b/stardis_env3_cuda.yml index 2c1ec59f..2c0f5c7b 100644 --- a/stardis_env3_cuda.yml +++ b/stardis_env3_cuda.yml @@ -84,4 +84,4 @@ dependencies: # Other - git-lfs platforms: - - linux-64 + - linux-64 \ No newline at end of file