Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-gemmell committed Sep 4, 2024
1 parent 92b8ee9 commit 15a0f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indica/workflows/bda_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
from indica.models import ThomsonScattering
from indica.readers.read_st40 import ReadST40
from indica.workflows.bayes_workflow import BayesWorkflow
from indica.workflows.bayes_workflow import BOOptimiser
from indica.workflows.bayes_workflow import EmceeOptimiser
from indica.workflows.model_coordinator import ModelCoordinator
from indica.workflows.optimiser_context import BOOptimiser
from indica.workflows.optimiser_context import EmceeOptimiser
from indica.workflows.optimiser_context import BOSettings
from indica.workflows.optimiser_context import EmceeSettings
from indica.workflows.pca import pca_workflow
Expand Down

0 comments on commit 15a0f0d

Please sign in to comment.