Skip to content

Commit 8ceca94

Browse files
committed
small fixes
1 parent 695f74a commit 8ceca94

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<!-- Describe your motivation why you will submit this PR. This is useful for reviewers to understand the context of PR. -->
33

44
## Description of the changes
5-
<!-- Describe the changes in this PR. -->
5+
<!-- Describe the changes in this PR. -->

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Solving an issue with a pull request is one of the most difficult ways to contri
6363

6464
## Open an issue
6565

66-
You can contribute to this project by opening an issue. This could be a question, a bug report, a feature request or other types. In any case you should do a search beforehand to confirm, that a similar issue has not already been opened.
66+
You can contribute to this project by opening an issue. This could be a question, a bug report, a feature request or other types. In any case you should do a search beforehand to confirm, that a similar issue has not already been opened.
6767

6868

6969
<br>
@@ -88,7 +88,7 @@ This could be a feature that could be very useful for your work, an interesting
8888

8989

9090
<br>
91-
91+
9292
---
9393

9494
<br>

docs/search_path_gif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def objective_function_np(args):
136136
opt_para_name += "\n " + " " + para_name + ": "
137137
opt_para_value += "\n " + str(para_value) + " "
138138

139-
if title == True:
139+
if title is True:
140140
title_name = opt.name + "\n" + opt_para_name
141141
plt.title(title_name, loc="left")
142142
plt.title(opt_para_value, loc="center")

0 commit comments

Comments
 (0)