Skip to content

Commit

Permalink
adding poetry files and init files
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed Oct 4, 2023
1 parent 90120c8 commit 48ee989
Show file tree
Hide file tree
Showing 5 changed files with 190 additions and 36 deletions.
Empty file added __init__.py
Empty file.
69 changes: 69 additions & 0 deletions notebooks/test.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 3,
"id": "e6a7e5a3-8989-4b0f-8704-c8d430449278",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"import sys"
]
},
{
"cell_type": "code",
"execution_count": 4,
"id": "f95ecd18-47a8-438a-b57e-dc78ce77a6ad",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"sys.path.append(\"..\")"
]
},
{
"cell_type": "code",
"execution_count": 5,
"id": "931ca2f5-44c6-4bfc-a31f-8a64afdd641f",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"from src.scripts import utils"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "96bc3753-5cbf-4eb6-9650-47f901b3fd46",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "py3-preamble"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.15"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
156 changes: 120 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ seaborn = "^0.12.2"
torch = "^2.0.1"
sbi = "^0.21.0"
showyourwork = "^0.4.3"
pytest = "^7.4.2"


[build-system]
Expand Down
Empty file added src/__init__.py
Empty file.

0 comments on commit 48ee989

Please sign in to comment.