cmks / DAS_Tool

DAS Tool
Other
140 stars 17 forks source link

Das_Tool does not produce PDF plots #86

Open BostjanMurovec opened 2 years ago

BostjanMurovec commented 2 years ago

Hello,

I am struggling to obtain PDF plots in relation to directive --create_plots. The plots are not produced and no solution seems to work. I have installed Das_Tool from Conda (updated today) with channels: defaults, conda-forge, cyclus, bioconda, pytorch-lts.

I have noticed that package r-ggplot2 is missing from Das_Tool environment, and I tried to install it manually through a conda package as well as from within R system by command install.packages("ggplot2", repos="http://cran.us.r-project.org/"). Both ways seem to succeed, but PDF plots are still not produced.

Any help is appreciated. I am attaching Das_Tool log file and list of packages in Das_Tool Conda environment. Kindest regards,

Bostjan Murovec

das_tool_environment.txt DASTool.log

cmks commented 2 years ago

Hi Bostjan, The plotting function was removed in version 1.1.3 but the --create_plots option still survived into v1.1.4 without doing anything. In the current version (v1.1.5) the option is removed and an error will be returned if you set it.

BostjanMurovec commented 2 years ago

Hello, than you for the information. Though, I feel a bit sad because of the removed feature. These plots were actually quite nice and informative.

Best regards, Bostjan Murovec