Skip to content

Commit

Permalink
Import run function from fluviewer.analysis (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika authored Jul 2, 2024
1 parent f7c10e7 commit ac68292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fluviewer/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from collections import Counter
from math import ceil, log10

from fluviewer.analysis import run

log = logging.getLogger(__name__)

Expand Down

0 comments on commit ac68292

Please sign in to comment.