Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark-Elektron committed Aug 16, 2024
1 parent b773e3e commit f140c78
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 225 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ cavs = Cavities()
cavs.save(project_folder='/user/home/...')
```

> [!TIP]
> Depending on the folder from where you are using the program you might want to append the folder to system path
> using sys.path.append(<cavsim2d_path>). I run my notebooks from the notebooks folder so I use
> ```python
import sys
sys.path.append("..")
```

> [!IMPORTANT]
> Cavities().save(<files_path>) must be called first to either create a new project folder or to point to an
> existing project folder. An extra parameter 'overwrite=True' can be passed to overwrite the project folder if it
Expand Down
240 changes: 15 additions & 225 deletions notebooks/Untitled1.ipynb

Large diffs are not rendered by default.

0 comments on commit f140c78

Please sign in to comment.