Jack Cook
Jack Cook
> @MassimoCimmino see here for an example. Changing the url to `https://test.upload.pypi.org/legacy/` will push it to test.pypi.org if you like during your testing. Please note that "here" is not currently...
> This is odd. I am fairly certain I uploaded it and tested the installation using pip. I will upload it today. > > A workflow file would definitely streamline...
An option for this may be `pickle`. The `pickle` package can store objects in a file. I don't think the file created would be human readable.
I have modified the `boreholes.field_from_file(filename)` function to account for `tilt` and `orientation` if they are provided in my https://github.com/j-c-cook/pygfunction/blob/issue50_FLSInclined/pygfunction/boreholes.py#L1003-L1010 branch. Should we add a deprecation warning that `tilt` and `orientation`...
I concur. Should the function enforce either 4 or 6 arguments? E.g. if `tilt` is given then `orientation` would be required as well.
> - Return arrays of parameters, e.g. `borefield.H` returns an array of borehole lengths. I'm currently not sure how to make an instance a callable method like above. If `self.H...
>  > It can be noticed that there are some regions where the “non-optimized ELR” performs better than the “proposed ELR”, using the latter allows the user to make...
> However, some cases in `uniform_temperature.py` run slower. I will investigate deeper. That is peculiar. I might have some time this weekend, if not resolved by then. > After I...
> Thanks for trying! I guess the performance is not limited by python then. @zariiii9003 I've only witnessed performance issues associated with `python-can` on an embedded chip set. However, it's...
The change above will stop the `can.detect_available_configs()` function from returning the `neousys` interface as an option if the driver is unavailable. Unfortunately, the detection does not query the hardware for...