Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Aug 17, 2023
1 parent 149c79a commit 08b2a25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/sdist/amici/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from typing import Iterable, Optional, Sequence, Union

import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
import seaborn as sns
import sympy as sp
Expand Down Expand Up @@ -120,7 +121,7 @@ def plot_jacobian(rdata: ReturnDataView):
plotObservableTrajectories = plot_observable_trajectories


def evaluate(expr: StrOrExpr, rdata: ReturnDataView) -> "numpy.array":
def evaluate(expr: StrOrExpr, rdata: ReturnDataView) -> np.array:
"""Evaluate a symbolic expression based on the given simulation outputs.
:param expr:
Expand Down

0 comments on commit 08b2a25

Please sign in to comment.