Skip to content

Commit

Permalink
Merge 994de3e into 3f0ea10
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wathen committed Nov 26, 2019
2 parents 3f0ea10 + 994de3e commit 6f4ce47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 280 deletions.
155 changes: 0 additions & 155 deletions example_scripts/example_runScripts_expert.py

This file was deleted.

115 changes: 0 additions & 115 deletions example_scripts/example_runScripts_mantid.py

This file was deleted.

10 changes: 1 addition & 9 deletions example_scripts/tests/test_examples.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import os
import unittest

from example_scripts import (example_runScripts,
example_runScripts_mantid,
example_runScripts_expert)
from example_scripts import example_runScripts


class TestExampleScripts(unittest.TestCase):
Expand Down Expand Up @@ -31,9 +29,3 @@ def test_examplescript(self):

def test_examplescript_with_inputs(self):
example_runScripts.main(self.args)

def test_examplescript_mantid(self):
example_runScripts_mantid.main([])

def test_examplescript_expert(self):
example_runScripts_expert.main([])
4 changes: 3 additions & 1 deletion fitbenchmarking/results_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ def save_results_tables(software_options, results_per_test, group_name,
"""
Saves the results of the fitting to html/rst tables.
:param software_options : dictionary containing software used in fitting the problem, list of minimizers and location of json file contain minimizers
:param software_options : dictionary containing software used in fitting
the problem, list of minimizers and location
of json file contain minimizers
:type software_options : dict
:param minimizers : array with minimizer names
:type minimizers : list
Expand Down

0 comments on commit 6f4ce47

Please sign in to comment.