Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chraibi committed Mar 20, 2024
1 parent a3fc643 commit 1a48374
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tabs/analysis_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import pandas as pd
import pedpy
import streamlit as st
from matplotlib.dates import DateFormatter
from pedpy import SpeedMethod
from scipy.ndimage import gaussian_filter

Expand Down Expand Up @@ -695,9 +696,6 @@ def prepare_data(selected_file: str) -> Tuple[pedpy.TrajectoryData, List[List[fl
return trajectory_data, walkable_area


from matplotlib.dates import DateFormatter


def read_and_plot_outflow(filename: str, sigma: float):
"""Read file, calculate flow and plot."""
st.info(filename.stem)
Expand Down

0 comments on commit 1a48374

Please sign in to comment.