KarrLab/intro_to_wc_modeling

View on GitHub
intro_to_wc_modeling/concepts_skills/software_engineering/numpy_exercises.py

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function main has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

def main():
    #########################################
    #########################################
    # Concatenate two 3x1 arrays of zeros and ones, and get its shape
    arr = numpy.concatenate((numpy.zeros((3, 1)), numpy.ones((3, 1))), 1)

    There are no issues that match your filters.

    Category
    Status