IAP GITLAB

Skip to content
Snippets Groups Projects

Resolve "make friendly example scripts for the release"

Closed Alan Coleman requested to merge 626-make-friendly-example-scripts-for-the-release into master
Compare and Show latest version
7 files
+ 18
19
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -78,7 +78,7 @@ class EnergyLoss(Output):
else:
raise ValueError(
(
f"Unknown format '{dtype}' for BetheBlochPDG. "
f"Unknown format '{dtype}' for EnergyLoss. "
"We currently only support ['arrow', 'pandas', 'numpy']."
)
)
Loading