Skip to content
Snippets Groups Projects

Adapted test cases to Sympy Version 1.6

Merged Markus Holzer requested to merge holzer/pystencils:Skip_interpolation_tests into master
1 unresolved thread

Due to Sympy Version 1.6 the sp.Abs function in the test_interpolation test cases could not be identified as integer anymore. This is now fixed by not checking the type of sp.Abs anymore but by checking its argument.

Furthermore depreciation warning fixes of pandas and pycuda and pytest and adaption to new flake8 Version.

Edited by Markus Holzer

Merge request reports

Pipeline #24534 passed

Pipeline passed for 76c3727b on holzer:Skip_interpolation_tests

Merged by Jan HönigJan Hönig 5 years ago (Jun 19, 2020 4:24pm UTC)

Loading

Pipeline #24535 passed

Pipeline passed for 82af488a on master

Test coverage 76.96% from 0 jobs

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
113 113 return self.__repr__()
114 114
115 115 def __repr__(self):
116 116 repr = 'if:({!r}) '.format(self.condition_expr)
  • Jan Hönig
  • Jan Hönig
  • Markus Holzer added 2 commits

    added 2 commits

    Compare with previous version

  • Markus Holzer added 1 commit

    added 1 commit

    • bced838a - Replaced all format strings with f-strings

    Compare with previous version

  • Markus Holzer added 1 commit

    added 1 commit

    • 87f5cfdd - Replaced all format strings with f-strings in test cases

    Compare with previous version

  • Markus Holzer added 1 commit

    added 1 commit

    • 76c3727b - Replaced repr naming of variable

    Compare with previous version

  • Jan Hönig enabled an automatic merge when the pipeline for 76c3727b succeeds

    enabled an automatic merge when the pipeline for 76c3727b succeeds

  • merged

  • Jan Hönig mentioned in commit 82af488a

    mentioned in commit 82af488a

  • Please register or sign in to reply
    Loading