Åsmund Våge Fannemel

Results 12 issues of Åsmund Våge Fannemel

**Describe the bug** Fails cloning Diffusion objects when components have been added after creation **To Reproduce** SystemInterface airThermoSystem = neqsim.thermo.Fluid.create("air"); airThermoSystem.addComponent("CO2", 0.0); airThermoSystem.addComponent("water", 0.0); airThermoSystem.clone(); **Expected behavior** Not failing in...

when tag is not existing, get_units fails and returns: Error using web_handlers>_get_tag_unit (line 372) Python Error: KeyError while get_descriptions returns empty string

I want to see name and type of data server that client is connected to when calling print(client). Will make it fast and easy to pass connection information to loggers...

Make it possible to verify that provided is available for connection prior to / independent of actually attempting query. Our use case can then fail nicely before reading a lot...

**Is your feature request related to a problem? Please describe.** Testing is slow. **Describe the solution you'd like** Simplify test in processystemtest **Describe alternatives you've considered** Replace heat exchanger with...

**Is your feature request related to a problem? Please describe.** ojalgo is a faster linear algebra than ejml. **Describe the solution you'd like** Using ojalgo instead of ejml **Describe alternatives...