-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
92 additions
and
806 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
watch_file pixi.lock | ||
watch_file pyproject.toml | ||
eval "$(pixi shell-hook)" | ||
export PATH="$PATH:$HOME/Library/TinyTeX/bin/universal-darwin" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -178,5 +178,6 @@ checklink/cookies.txt | |
/.luarc.json | ||
# pixi environments | ||
.pixi | ||
pixi.lock | ||
*.egg-info | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,8 @@ | ||
__version__ = "0.1.0" | ||
# AUTOGENERATED! DO NOT EDIT! File to edit: ../notebooks/__init__.ipynb. | ||
|
||
# %% auto 0 | ||
__all__ = ['ROOT_DIR'] | ||
__all__ = [] | ||
|
||
# %% ../notebooks/__init__.ipynb 1 | ||
__version__ = "0.0.1" | ||
|
||
# %% ../notebooks/__init__.ipynb 2 | ||
from .datasets import IDsDataset | ||
|
||
# %% ../notebooks/__init__.ipynb 3 | ||
from pathlib import Path | ||
|
||
# %% ../notebooks/__init__.ipynb 4 | ||
#| eval: false | ||
ROOT_DIR = Path(__file__).parent.parent | ||
|
||
# %% ../notebooks/__init__.ipynb 7 | ||
# from discontinuitypy.utils.basic import load_params | ||
# PARAMS = load_params() | ||
from .datasets import IdsEvents, IDsDataset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.