Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
Neel Shah
NIFTy
Commits
4a3e9c05
Commit
4a3e9c05
authored
May 30, 2021
by
Philipp Arras
Browse files
Add note on asserts
parent
0acc9ff7
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4a3e9c05
...
...
@@ -134,6 +134,15 @@ The NIFTy package is licensed under the terms of the
*without any warranty*
.
Contributing
------------
Please note our convention not to use pure python
`assert`
statements in
production code. They are not guaranteed to by executed by python and can be
turned off by the user (
`python -O`
in cPython). As an alternative use
`ift.myassert`
.
Contributors
------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment