Skip to content

Commit

Permalink
Change haber results normalizer (#17)
Browse files Browse the repository at this point in the history
* add function to average haber data at each step

* refactor function

* change unit in WHSV

* add more detail to chemical data

* refactor rates plot

* small changes test files

* remove cruft workflow

* fix ruff check
  • Loading branch information
schumannj authored Oct 2, 2024
1 parent 6c0e133 commit 6d9282d
Show file tree
Hide file tree
Showing 7 changed files with 656 additions and 133 deletions.
75 changes: 0 additions & 75 deletions .github/workflows/cruft-update.yml

This file was deleted.

4 changes: 2 additions & 2 deletions src/nomad_catalysis/apps/heterogeneous_catalysis_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@
nbins: 30
x:
quantity: results.properties.catalytic.reaction.reaction_conditions.weight_hourly_space_velocity
unit: 'ml/(g*s)'
title: 'Reaction Weight Hourly Space Velocity'
unit: 'ml/(g*hr)'
title: 'Weight Hourly Space Velocity'
scale: linear
showinput: false
type: histogram
Expand Down
Loading

0 comments on commit 6d9282d

Please sign in to comment.