Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f07e59b69b |
@@ -7,8 +7,8 @@ SPDX-License-Identifier: Apache-2.0
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://github.com/mathLab/PINA/raw/master/readme/pina_logo.png">
|
||||
<img src="https://github.com/mathLab/PINA/raw/master/readme/pina_logo.png"
|
||||
<a href="readme/pina_logo.png">
|
||||
<img src="readme/pina_logo.png"
|
||||
alt="PINA logo"
|
||||
style="width: 220px; aspect-ratio: 1 / 1; object-fit: contain;">
|
||||
</a>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 177 KiB After Width: | Height: | Size: 411 KiB |
@@ -337,10 +337,6 @@ class AbstractProblem(metaclass=ABCMeta):
|
||||
# If the condition does not have a domain attribute, store
|
||||
# the input and target points
|
||||
keys = condition.__slots__
|
||||
values = [
|
||||
getattr(condition, name)
|
||||
for name in keys
|
||||
if getattr(condition, name) is not None
|
||||
]
|
||||
values = [getattr(condition, name) for name in keys]
|
||||
data[condition_name] = dict(zip(keys, values))
|
||||
self._collected_data = data
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "pina-mathlab"
|
||||
version = "0.2.4"
|
||||
version = "0.2.5"
|
||||
description = "Physic Informed Neural networks for Advance modeling."
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 411 KiB |
BIN
tutorials/static/pina_logo.png
vendored
BIN
tutorials/static/pina_logo.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 411 KiB |
Reference in New Issue
Block a user