Skip to content

Enhance CSV import/export of tests and update error plotting#10

Open
pascalresch wants to merge 9 commits intomasterfrom
test-case-csv
Open

Enhance CSV import/export of tests and update error plotting#10
pascalresch wants to merge 9 commits intomasterfrom
test-case-csv

Conversation

@pascalresch
Copy link
Collaborator

No description provided.

"import csv\n",
"import matplotlib.pyplot as plt\n",
"\n",
"from PerformTestCase import PlotTestCase\n",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Passt nicht mit pip Installation zusammen. Verwende sparseSpACE.PerformTestCase. Außerdem fehlt import sparseSpACE

Comment on lines 339 to 340
self.colormap = colormap
self.line_style_map = line_style_map
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to have default colormaps and linepaths. It is tedious to set them always manually. Maybe instead pass the algorithms and this constructor sets some default colours and line styles to them? Or always assign colors anew for each plot?

@obersteiner
Copy link
Owner

obersteiner commented Apr 14, 2021

As far as I have seen the ipynb for the evaluations can not be executed without error as the corresponding output folders do not exist. So we could either create the folders for the evaluations if needed or add empty folders to the repository. I think we should opt for the first option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants