We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8040ea1 commit a8aef59Copy full SHA for a8aef59
rocketpy/mathutils/function.py
@@ -10,10 +10,10 @@
10
from bisect import bisect_left
11
from collections.abc import Iterable
12
from copy import deepcopy
13
+from enum import Enum
14
from functools import cached_property
15
from inspect import signature
16
from pathlib import Path
-from enum import Enum
17
18
import matplotlib.pyplot as plt
19
import numpy as np
tests/integration/test_environment_analysis.py
@@ -4,6 +4,7 @@
4
5
import matplotlib as plt
6
import pytest
7
+
8
from rocketpy import Environment
9
plt.rcParams.update({"figure.max_open_warning": 0})
0 commit comments