Skip to content

Commit 9300c59

Browse files
committed
Removed irrelevant changes
1 parent 62f002b commit 9300c59

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

qcore/configs/machine_local.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"GMT_DATA" : "/Users/sungbae/PlottingData",
32
"tools_dir" : "/nesi/project/nesi00213/tools",
43
"cores_per_node" : 1,
54
"MAX_NODES_PER_JOB" : 1,

qcore/im.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def get_im_name(self):
139139
if self.period:
140140
return f"{self.name}_{self.period}"
141141
else:
142-
return f"{self.name}"
142+
return self.name
143143

144144
def pretty_im_name(self):
145145
"""

0 commit comments

Comments
 (0)