Skip to content

Commit

Permalink
Merge pull request #208 from rayosborn:add-base-class
Browse files Browse the repository at this point in the history
Add-base-class
  • Loading branch information
rayosborn authored Feb 21, 2024
2 parents d8599e8 + 9e88ca8 commit 70be689
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: nexusformat
version: "1.0.3"
version: "1.0.4"

source:
git_url: https://github.com/nexpy/nexusformat.git
git_tag: v1.0.3
git_tag: v1.0.4

build:
entry_points:
Expand Down
6 changes: 3 additions & 3 deletions src/nexusformat/nexus/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@
nxclasses = [
'NXaperture', 'NXattenuator', 'NXbeam_stop', 'NXbeam', 'NXbending_magnet',
'NXcapillary', 'NXcite', 'NXcollection', 'NXcollimator', 'NXcrystal',
'NXcylindrical_geometry', 'NXdata', 'NXdetector_group',
'NXdetector_module', 'NXdetector', 'NXdisk_chopper', 'NXentry',
'NXenvironment', 'NXevent_data', 'NXfermi_chopper', 'NXfilter',
'NXcylindrical_geometry', 'NXdata', 'NXdetector_channel',
'NXdetector_group', 'NXdetector_module', 'NXdetector', 'NXdisk_chopper',
'NXentry', 'NXenvironment', 'NXevent_data', 'NXfermi_chopper', 'NXfilter',
'NXflipper', 'NXfresnel_zone_plate', 'NXgeometry', 'NXgrating', 'NXguide',
'NXinsertion_device', 'NXinstrument', 'NXlog', 'NXmirror', 'NXmoderator',
'NXmonitor', 'NXmonochromator', 'NXnote', 'NXobject', 'NXoff_geometry',
Expand Down

0 comments on commit 70be689

Please sign in to comment.