-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pascal's Triangle #64
Open
SasmalSubarna
wants to merge
1
commit into
main
Choose a base branch
from
pascal
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
1.9.6
|
Test | Run 0 | Run 1 | Run 2 | Run 3 | Run 4 |
---|---|---|---|---|---|
cubes | Pass | Pass | Fail | Pass | Pass |
derivative1d-ch | Fail | Fail | Fail | Fail | Fail |
derivative_2deg | Fail | Fail | Fail | Fail | Fail |
dipole | Fail | Fail | Pass | Fail | Fail |
hydrophobic_res | Fail | Fail | Fail | Fail | Fail |
integral | Fail | Fail | Fail | Fail | Fail |
trap | Fail | Pass | Pass | Pass | Pass |
invert_matrix | Fail | Pass | Fail | Fail | Fail |
mape | Pass | Pass | Fail | Fail | Fail |
mapping_operator | Fail | Fail | Fail | Fail | Fail |
matrix_factorial | Fail | Fail | Fail | Fail | Fail |
pair_wise | Fail | Fail | Fail | Fail | Fail |
pascal | Fail | Fail | Fail | Fail | Fail |
pi | Fail | Pass | Pass | Fail | Pass |
random_walk | Fail | Fail | Fail | Pass | Fail |
remove-water-ch | Fail | Fail | Fail | Fail | Fail |
remove-water | Pass | Fail | Fail | Fail | Fail |
rmse-ch | Pass | Pass | Pass | Pass | Pass |
rmse | Pass | Pass | Pass | Pass | Pass |
rog | Fail | Fail | Fail | Pass | Fail |
select_frames | Pass | Pass | Pass | Pass | Pass |
sequence | Pass | Pass | Pass | Pass | Pass |
smoke | Pass | Pass | Pass | Pass | Pass |
Test Details
cubes
derivative1d-ch
Exception on response 0
name 'df' is not defined
Exception on response 2
invalid syntax (<string>, line 20)
Exception on response 3
'int' object has no attribute 'shape'
derivative_2deg
dipole
Exception on response 0
unsupported operand type(s) for -: 'float' and 'NoneType'
Exception on response 1
non-broadcastable output operand with shape (3,1) doesn't match the broadcast shape (3,3)
Exception on response 3
unsupported operand type(s) for -: 'float' and 'NoneType'
hydrophobic_res
Exception on response 0
invalid syntax (<string>, line 23)
Exception on response 2
invalid syntax (<string>, line 24)
Exception on response 3
invalid syntax (<string>, line 22)
integral
trap
Exception on response 0
ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
invert_matrix
Exception on response 3
invalid syntax (<string>, line 20)
mape
mapping_operator
Exception on response 0
expected an indented block (<string>, line 20)
Exception on response 1
invalid syntax (<string>, line 19)
Exception on response 2
invalid syntax (<string>, line 19)
Exception on response 3
expected an indented block (<string>, line 21)
Exception on response 4
expected an indented block (<string>, line 20)
matrix_factorial
Exception on response 2
only integer scalar arrays can be converted to a scalar index
pair_wise
Exception on response 0
invalid syntax (<string>, line 23)
Exception on response 1
invalid syntax (<string>, line 23)
Exception on response 2
unsupported operand type(s) for /: 'NoneType' and 'int'
Exception on response 3
invalid syntax (<string>, line 23)
Exception on response 4
name 'n' is not defined
pascal
Exception on response 0
invalid syntax (<string>, line 24)
Exception on response 1
invalid syntax (<string>, line 23)
Exception on response 3
invalid syntax (<string>, line 24)
Exception on response 4
invalid syntax (<string>, line 24)
pi
Exception on response 0
unsupported operand type(s) for -: 'NoneType' and 'float'
Exception on response 3
unsupported operand type(s) for -: 'NoneType' and 'float'
random_walk
Exception on response 0
unsupported operand type(s) for *: 'NoneType' and 'NoneType'
Exception on response 1
unsupported operand type(s) for *: 'NoneType' and 'NoneType'
Exception on response 2
unsupported operand type(s) for *: 'NoneType' and 'NoneType'
Exception on response 4
expected an indented block (<string>, line 22)
remove-water-ch
Exception on response 0
'NoneType' object has no attribute 'n_atoms'
Exception on response 1
'NoneType' object has no attribute 'n_atoms'
Exception on response 2
'NoneType' object has no attribute 'n_atoms'
Exception on response 3
'NoneType' object has no attribute 'n_atoms'
Exception on response 4
invalid syntax (<string>, line 18)
remove-water
Exception on response 1
EOL while scanning string literal (<string>, line 19)
Exception on response 2
'NoneType' object has no attribute 'n_atoms'
Exception on response 3
name 'tra' is not defined
Exception on response 4
'Trajectory' object has no attribute 'atom_'
rmse-ch
rmse
rog
Exception on response 0
name 'radius' is not defined
Exception on response 1
name 'radius' is not defined
Exception on response 2
name 'radius' is not defined
select_frames
sequence
smoke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.