We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generate_data.stock.realistic_4d_w_everything
Reported here: #5926 (comment)
Steps to reproduce the behaviour:
my_cube = realistic_4d_w_everything(lazy=False)
print(my_cube.has_lazy_data())
Step 2 should print False, but currently prints True.
2
False
True
python -c "import iris; print(iris.__version__)"
Observed during GHA CI, and locally by @bouweandela
iris/benchmarks/benchmarks/generate_data/stock.py
Lines 155 to 183 in 13017e3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Report
Reported here: #5926 (comment)
How To Reproduce
Steps to reproduce the behaviour:
my_cube = realistic_4d_w_everything(lazy=False)
print(my_cube.has_lazy_data())
Expected behaviour
Step
2
should printFalse
, but currently printsTrue
.Environment
python -c "import iris; print(iris.__version__)"
]Observed during GHA CI, and locally by @bouweandela
Additional context
iris/benchmarks/benchmarks/generate_data/stock.py
Lines 155 to 183 in 13017e3
The text was updated successfully, but these errors were encountered: