omf-python
omf-python copied to clipboard
AttributeError when using `order` on ScalarData
This raises on omf:1.0.1 with properties:0.6.1:
omf.ScalarData(order="F")
# AttributeError: Keyword input 'order' is not a known property or attribute of ScalarData
Whereas this suggests it should be possible.