Skip to content

Commit 5f224c8

Browse files
committed
reset defaults
1 parent dc66db9 commit 5f224c8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/exfor_tools/curate.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
"""
44

55
import numpy as np
6-
76
from matplotlib import pyplot as plt
87

9-
from .exfor_entry import ExforEntry
108
from . import reaction as rxn
119
from .distribution import AngularDistribution
10+
from .exfor_entry import ExforEntry
1211
from .parsing import quantity_matches, quantity_symbols
1312

1413

@@ -116,7 +115,7 @@ def categorize_measurement_list(measurements, min_num_pts=5, Einc_tol=0.1):
116115
return sorted_measurements
117116

118117

119-
def categorize_measurements_by_energy(all_entries, min_num_pts=5, Einc_tol=0.1):
118+
def categorize_measurements_by_energy(all_entries, min_num_pts=1, Einc_tol=0.1):
120119
r"""
121120
Given a dictionary form EXFOR entry number to ExforEntry, grabs all
122121
and sorts them by energy, concatenating ones that are at the same energy

0 commit comments

Comments
 (0)