Skip to content

Commit

Permalink
Merge pull request #12 from Baharis/frame_tests
Browse files Browse the repository at this point in the history
Frame tests
  • Loading branch information
Baharis authored Jan 22, 2022
2 parents ad552ad + a87828b commit 22c812f
Show file tree
Hide file tree
Showing 5 changed files with 8,746 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hikari/dataframes/base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from hikari.utility import angle2rad
import numpy as np
from hikari.utility import angle2rad


class BaseFrame:
Expand Down
4 changes: 0 additions & 4 deletions hikari/dataframes/hkl.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import numpy as np
import numpy.linalg as lin
import pandas as pd
from functools import lru_cache

import hikari
from hikari.dataframes import BaseFrame
Expand Down Expand Up @@ -1284,9 +1283,6 @@ def convert(self, path='~'):
style.write(hkl_mercury_style)


if __name__ == '__main__':
pass

# TODO wrap table/data in getter/setter and make it automatically place,
# TODO refresh, set keys etc.
# TODO import problems - PG / SG must be imported first???
Loading

0 comments on commit 22c812f

Please sign in to comment.