Skip to content

Commit 268d55d

Browse files
guilyxactions-user
authored andcommitted
Apply formatting changes
1 parent c5e0d5f commit 268d55d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

jupyddl/data_analyst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __get_all_pddl_from_data(self):
3434
domains_problems.append((tested_files[i - 1], tested_files[i]))
3535
i += 1
3636
return domains_problems
37-
return [('data/problem.pddl', 'data/domain.pddl')]
37+
return [("data/problem.pddl", "data/domain.pddl")]
3838

3939
def __plot_data(self, times, total_nodes, plot_title):
4040
plt.plot(total_nodes, times, "b:o")

tests/test_data_analyst.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import sys
44
from os import path
5+
56
sys.path.append(path.dirname(path.dirname(path.abspath(__file__))))
67
from jupyddl.data_analyst import DataAnalyst
78

0 commit comments

Comments
 (0)