Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Aug 27, 2023
1 parent e706fea commit 00587b0
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 00587b0

Please sign in to comment.