mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-24 13:23:40 +01:00
Fix numpy name
This commit is contained in:
parent
fa61ecfb51
commit
c661067e49
@ -2,7 +2,7 @@ from collections import OrderedDict
|
||||
from enum import IntEnum,auto,unique,IntFlag
|
||||
from .Format import Format
|
||||
import re
|
||||
import numpy as npss
|
||||
import numpy as np
|
||||
|
||||
class state:
|
||||
def __init__(self,number, multiplicity, symetry):
|
||||
|
Loading…
Reference in New Issue
Block a user