Skip to content
Snippets Groups Projects
Commit 8ad83cf7 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

added support for variable sized grid spacing

updated the internal API for how grids are constructed to simplify the code
parent a6bfbffe
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -6,8 +6,9 @@ Tasks: ...@@ -6,8 +6,9 @@ Tasks:
""" """
from typing import Union from typing import Union
import numpy as np
import math import math
import numpy as np
import sys
def const( def const(
min_bound: Union[int, float], max_bound: Union[int, float], steps: int min_bound: Union[int, float], max_bound: Union[int, float], steps: int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment