Skip to content

Commit

Permalink
Turn off transport as default
Browse files Browse the repository at this point in the history
  • Loading branch information
pya committed Aug 8, 2023
1 parent ceb4af8 commit b24dafb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pymf6/modeling_tools/base_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
'cnc': [
[(0, 5, 1), 0.],
],
'transport': False,
}

BASE_TRANSPORT_MODEL_DATA = {
Expand Down

0 comments on commit b24dafb

Please sign in to comment.