Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ciguaran committed Aug 16, 2024
1 parent 3eb18cb commit 424599e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/smc/test_waste_free_smc.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@
import numpy as np
import pytest
from absl.testing import absltest
from scipy.stats import stats

import blackjax
import blackjax.smc.resampling as resampling
from blackjax import adaptive_tempered_smc, tempered_smc
from blackjax.mcmc.random_walk import build_rmh
from blackjax.smc import base, extend_params
from blackjax.smc.base import SMCState
from blackjax.smc import extend_params
from blackjax.smc.waste_free import update_waste_free, waste_free_smc
from tests.smc import SMCLinearRegressionTestCase
from tests.smc.test_tempered_smc import inference_loop
Expand Down

0 comments on commit 424599e

Please sign in to comment.