forked from chstan/arpes
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor upgrade of the prodixy_xy (#7)
* Don't use TypedDict in prodigy_xy. There was a problem when a value that was expected to be float (like excitation energy) was stored in text file without dot and was recognised as int. Now all values are treated as float if they are numeric and only "curves_scan" and "values_scan" are converted to integer. Casting to TypedDict was not solving that problem. * Add Marek Kopciuszynski to Additional contributors.
- Loading branch information
1 parent
81946e1
commit 47e7c12
Showing
3 changed files
with
14 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ rainsty | |
kcurrier6 | ||
Tommaso (Tommaso Pincelli) | ||
cgfatuzzo (Claudia Fatuzzo) | ||
Marek Kopciuszynski |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters