Spaces:
Sleeping
Sleeping
Update src/vis_utils.py
Browse files- src/vis_utils.py +1 -1
src/vis_utils.py
CHANGED
@@ -226,7 +226,7 @@ def plot_family_results(method_names, dataset, family_path="/tmp/family_results.
|
|
226 |
|
227 |
# Save the plot
|
228 |
save_path = "/tmp"
|
229 |
-
filename = os.path.join(save_path, f"{
|
230 |
ax.get_figure().savefig(filename, dpi=400, bbox_inches='tight')
|
231 |
plt.close() # Close the plot to free memory
|
232 |
|
|
|
226 |
|
227 |
# Save the plot
|
228 |
save_path = "/tmp"
|
229 |
+
filename = os.path.join(save_path, f"{dataset}_family_results.png")
|
230 |
ax.get_figure().savefig(filename, dpi=400, bbox_inches='tight')
|
231 |
plt.close() # Close the plot to free memory
|
232 |
|