Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 688 Bytes

bug_report.md

File metadata and controls

32 lines (25 loc) · 688 Bytes
name about
Bug report
Create a report to help us improve

Description

Way to reproduce

>>> import kikuchipy as kp
>>> import numpy as np
>>> s = kp.signals.EBSD(np.zeros((10, 10, 10, 10)))
>>> # The bug here...

Version information

# Paste the output of the following python commands
import sys; print(sys.version)
import platform; print(platform.platform())
import kikuchipy; print("kikuchipy version: {}".format(kikuchipy.__version__))
# Your output here

Expected behaviour