Skip to content

Commit

Permalink
Fix scipy polyval import
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase authored and ajjackson committed Oct 7, 2024
1 parent 2a29b92 commit 6709648
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions galore/cross_sections.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@


import sqlite3
from scipy import polyval
from numpy import fromstring as np_fromstr
from numpy import exp, log
from numpy import exp, log, polyval


def get_cross_sections(weighting, elements=None):
Expand Down

0 comments on commit 6709648

Please sign in to comment.