Spaces:
Runtime error
Runtime error
Commit
·
441a387
1
Parent(s):
4327d54
Update magnitudeIdentification.py
Browse files
magnitudeIdentification.py
CHANGED
|
@@ -300,7 +300,6 @@ def magnitude_binding(input_text):
|
|
| 300 |
if len(target_numbers) == 1:
|
| 301 |
numeric_target_numbers = convert_into_numeric(target_numbers)
|
| 302 |
|
| 303 |
-
print("edw")
|
| 304 |
return numeric_target_numbers
|
| 305 |
|
| 306 |
# in case of zero references return the appropriate code (to aid returning the correct prompt)
|
|
|
|
| 300 |
if len(target_numbers) == 1:
|
| 301 |
numeric_target_numbers = convert_into_numeric(target_numbers)
|
| 302 |
|
|
|
|
| 303 |
return numeric_target_numbers
|
| 304 |
|
| 305 |
# in case of zero references return the appropriate code (to aid returning the correct prompt)
|