Skip to content
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
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Pascal's Triangle #64

wants to merge 1 commit into from

Conversation

SasmalSubarna
Copy link
Collaborator

No description provided.

@github-actions
Copy link

1.9.6
There are no protein molecules
1.9.6
No protein molecules found
1.9.6
1.9.6
output: script

1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
1 6 15 20 15 6 1
output: codex

[1]
[1, 1]
[1, 2, 1]
[1, 3, 3, 1]
[1, 4, 6, 4, 1]
[1, 5, 10, 10, 5, 1]
[1, 6, 15, 20, 15, 6, 1]
[1]
[1, 1]
[1, 2, 1]
[1, 3, 3, 1]
[1, 4, 6, 4, 1]
[1, 5, 10, 10, 5, 1]
[1, 6, 15, 20, 15, 6, 1]
1.9.6
1.9.6
1.9.6
1.9.6
1.9.6
1.9.6
1.9.6
1.9.6
1.9.6
1.9.6
1.9.6
1.9.6
1.9.6
1.9.6
1.9.6
1.9.6
1.9.6
1.9.6

Test Report

Global Parameters

  • Engine = openai
  • n = 5

Results

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant