Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/cookbooks/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def model_data_from(self, xvalues: np.ndarray, xp=np) -> np.ndarray:

# result = search.fit(model=model, analysis=analysis)

"""
r"""
__Modules__

For larger projects, it may not be ideal to have to write a .yaml file for every Python class which acts as a model
Expand Down
2 changes: 1 addition & 1 deletion scripts/overview/overview_1_the_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
plt.show()
plt.close()

"""
r"""
The 1D signal was generated using a 1D Gaussian profile of the form:

\begin{equation*}
Expand Down
Loading