Skip to content

Commit

Permalink
chore: adapt paramspace test case to changes on dtype handling (#1594)
Browse files Browse the repository at this point in the history
* Use itertuples instead of iterrows to preserve dtypes across columns

* Updated tests for paramspace to include dtype check

* black formatting

* Update test case for filenamesep test

Co-authored-by: Sichong Peng <scpeng@ucdavis.edu>
  • Loading branch information
johanneskoester and SichongP committed Apr 22, 2022
1 parent 70ce6a0 commit a107fe4
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.

This file was deleted.

@@ -0,0 +1 @@
{'alpha': 1, 'beta': 0.1, 'gamma': 0.99}

This file was deleted.

@@ -0,0 +1 @@
{'alpha': 2, 'beta': 0.0, 'gamma': 3.9}

0 comments on commit a107fe4

Please sign in to comment.