Skip to content

Commit

Permalink
tutorial 1 completed.
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto268 committed Dec 22, 2023
1 parent 79cddb8 commit ac93412
Show file tree
Hide file tree
Showing 7 changed files with 23,688 additions and 23,977 deletions.
4 changes: 3 additions & 1 deletion docs/source/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Tutorials
:maxdepth: 1

Tutorial-1_Getting_Started_with_SQuADDS.ipynb
Tutorial-2_Contributing_to_SQuADDS.ipynb
Tutorial-2_Simulate_interpolated_designs.ipynb
Tutorial-3_Contributing_to_SQuADDS.ipynb

| Tutorials 2 and 3 are currently under construction 🛠️. Please stay tuned 🙏🏽
| More Tutorials Coming Soon!
2 changes: 1 addition & 1 deletion squadds/core/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def get_param(self, design, param):
raise NotImplementedError


def show_closest_point(self):
def closest_design_in_H_space(self):
# Set Seaborn style and context
sns.set_style("whitegrid")
sns.set_context("paper", font_scale=1.4)
Expand Down
Loading

0 comments on commit ac93412

Please sign in to comment.