Skip to content

Commit

Permalink
Fix: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Nov 11, 2024
1 parent 61e0fec commit 1fb958b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/synthesis_workflow/tasks/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
from synthesis_workflow.tasks.vacuum_synthesis import VacuumSynthesize
from synthesis_workflow.vacuum_synthesis import VACUUM_SYNTH_MORPHOLOGY_PATH
from synthesis_workflow.validation import SYNTH_MORPHOLOGY_PATH
from synthesis_workflow.validation import VacuumCircuit
from synthesis_workflow.validation import AtlasCircuit
from synthesis_workflow.validation import VacuumCircuit
from synthesis_workflow.validation import convert_circuit_to_morphs_df
from synthesis_workflow.validation import get_debug_data
from synthesis_workflow.validation import plot_density_profiles
Expand Down
2 changes: 1 addition & 1 deletion src/synthesis_workflow/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
import matplotlib
import matplotlib.pyplot as plt
import neurom
from morph_tool.transform import transform
import numpy as np
import pandas as pd
import seaborn as sns
from joblib import Parallel
from joblib import delayed
from matplotlib import cm
from matplotlib.backends.backend_pdf import PdfPages
from morph_tool.transform import transform
from morphio.mut import Morphology
from neurom import load_morphologies
from neurom.apps import morph_stats
Expand Down

0 comments on commit 1fb958b

Please sign in to comment.