Conversation
- colorbar need location parameter
- move tests around a bit - comparions needs it's own environment (ToDo) ! still needs to be documented if this works
- run does not allow conda env to be specified
- looks matplotlib change their API in 3.9
- out-of-memory in GitHub runner
- disk space wasn't freed otherwise - one global pimms environment next to a R environment might be the better solution.
- list files in project folder (to check if .snakemake is deleted)
- seaborn lock needs to be removed to fix that.
- to revert
Some state fails (both test work individually with the fixtures, but not if the other is run first - the second one fails) Can be both orders... fix: reload the data explicitly, no caching
- running order matters...
- `test_errors.py` fails if `test_models.py`
is run before. I don't know fastai or other might change in the state.
- running only `test_errors.py` works fine, running it before as well.
- made some adoptions to other tests which clutter the commit a bit.
- int32 vs int64 defaults on different OS?
- change folder to None and pass explicitly
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
incompability of seaborn 0.12 with matplotlib 3.9 (some internal seaborn relies on were changed)
New PR will need to do seaborn update:
_BarPlotterwas removed)art: cleaned up some test and formatted package a bit