Closed fanshi118 closed 2 years ago
The error occurred, because as we passed plot_data[sample_col]
to plot_split_timeseries
using plot_timeseries_histograms
as our plot_fn
, the twin column was no longer part of the dataframe. Scratching the parameter from the kwargs that get passed to plot_timeseries_histograms
could prevent us from running into such error.
@fanshi118, you can mark
test_HSStep_NegativeBinomial_sparse_shared_y
asxfail
for now and create an issue for it.
Done.
Thank you for opening a PR!
Here are a few important guidelines and requirements to check before your PR can be merged:
Don't worry, your PR doesn't need to be in perfect order to submit it. As development progresses and/or reviewers request changes, you can always rewrite the history of your feature/PR branches.
If your PR is an ongoing effort and you would like to involve us in the process, simply make it a draft PR.